Module: wine Branch: master Commit: ff876005fea4f971036260591c114ac759c20c1b URL: http://source.winehq.org/git/wine.git/?a=commit;h=ff876005fea4f971036260591c...
Author: Alexandre Julliard julliard@winehq.org Date: Thu Mar 27 13:44:04 2008 +0100
winefile: Use the larger icon in the About box.
---
programs/winefile/winefile.c | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/programs/winefile/winefile.c b/programs/winefile/winefile.c index 6d6fb48..df6058c 100644 --- a/programs/winefile/winefile.c +++ b/programs/winefile/winefile.c @@ -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: