[NOTEPAD] Improve the "About" dialog status. (#610)

- Remove the non-standard "About" dialog.
- Move the authors copyright info into the shell "About "dialog.
This commit is contained in:
Erdem Ersoy 2018-06-12 10:03:12 +03:00 committed by Hermès Bélusca-Maïto
parent b0ab61e6c3
commit 60e9fcc8f0
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
39 changed files with 81 additions and 734 deletions

View file

@ -87,14 +87,6 @@ static int NOTEPAD_MenuCommand(WPARAM wParam)
case CMD_STATUSBAR: DIALOG_ViewStatusBar(); break;
case CMD_HELP_CONTENTS: DIALOG_HelpContents(); break;
case CMD_ABOUT:
DialogBox(GetModuleHandle(NULL),
MAKEINTRESOURCE(IDD_ABOUTBOX),
Globals.hMainWnd,
AboutDialogProc);
break;
case CMD_HELP_ABOUT_NOTEPAD: DIALOG_HelpAboutNotepad(); break;
default: