mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +00:00
- unify look of basic apps
- use icon for info box and remove text svn path=/trunk/; revision=40958
This commit is contained in:
parent
7704bee72f
commit
91bb0ae22f
1 changed files with 3 additions and 2 deletions
|
@ -963,11 +963,12 @@ AboutDialogProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
|
||||
VOID DIALOG_HelpAboutWine(VOID)
|
||||
{
|
||||
static const TCHAR notepad[] = _T("Notepad\n");
|
||||
TCHAR szNotepad[MAX_STRING_LEN];
|
||||
HICON notepadIcon = LoadIcon(Globals.hInstance, MAKEINTRESOURCE(IDI_NPICON));
|
||||
|
||||
LoadString(Globals.hInstance, STRING_NOTEPAD, szNotepad, SIZEOF(szNotepad));
|
||||
ShellAbout(Globals.hMainWnd, szNotepad, notepad, 0);
|
||||
ShellAbout(Globals.hMainWnd, szNotepad, 0, notepadIcon);
|
||||
DeleteObject(notepadIcon);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue