[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:
Amine Khaldi 2015-11-28 17:37:30 +00:00
parent f9c372f1d4
commit eb108acad4

View file

@ -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: