winefile: Use the larger icon in the About box.

This commit is contained in:
Alexandre Julliard 2008-03-27 13:44:04 +01:00
parent 761ce98b3f
commit ff876005fe
1 changed files with 3 additions and 1 deletions

View File

@ -2518,7 +2518,9 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
break;
case ID_ABOUT:
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL, 0);
ShellAbout(hwnd, RS(b1,IDS_WINEFILE), NULL,
LoadImage( Globals.hInstance, MAKEINTRESOURCE(IDI_WINEFILE),
IMAGE_ICON, 48, 48, LR_SHARED ));
break;
default: