mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[WINMINE] Apply Wine commit 3966aff by Jared Smudde: Load main icon in the about window. CORE-10536
svn path=/trunk/; revision=70186
This commit is contained in:
parent
f9c372f1d4
commit
eb108acad4
1 changed files with 1 additions and 1 deletions
|
@ -994,7 +994,7 @@ static LRESULT WINAPI MainProc( HWND hWnd, UINT msg, WPARAM wParam, LPARAM lPara
|
|||
LoadStringW( board.hInst, IDS_APPNAME, appname, sizeof(appname)/sizeof(WCHAR) );
|
||||
LoadStringW( board.hInst, IDS_ABOUT, other, sizeof(other)/sizeof(WCHAR) );
|
||||
ShellAboutW( hWnd, appname, other,
|
||||
LoadImageA( board.hInst, "WINEMINE", IMAGE_ICON, 48, 48, LR_SHARED ));
|
||||
LoadImageW(board.hInst, MAKEINTRESOURCEW(IDI_WINEMINE), IMAGE_ICON, 48, 48, LR_SHARED));
|
||||
return 0;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue