Commit ff876005 authored by Alexandre Julliard's avatar Alexandre Julliard

winefile: Use the larger icon in the About box.

parent 761ce98b
...@@ -2518,7 +2518,9 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM ...@@ -2518,7 +2518,9 @@ static LRESULT CALLBACK FrameWndProc(HWND hwnd, UINT nmsg, WPARAM wparam, LPARAM
break; break;
case ID_ABOUT: 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; break;
default: default:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment