mirror of
https://github.com/reactos/reactos.git
synced 2025-08-01 18:43:30 +00:00
[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:
parent
b0ab61e6c3
commit
60e9fcc8f0
39 changed files with 81 additions and 734 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue