mirror of
https://github.com/reactos/wine.git
synced 2025-02-01 09:42:14 +00:00
winemine: Load main icon in the about window.
This commit is contained in:
parent
c51aee637b
commit
3966affe06
@ -1003,7 +1003,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…
x
Reference in New Issue
Block a user