[prev in list] [next in list] [prev in thread] [next in thread] 

List:       wine-cvs
Subject:    Jared Smudde : winemine: Load main icon in the about window.
From:       Alexandre Julliard <julliard () wine ! codeweavers ! com>
Date:       2015-09-25 20:22:02
Message-ID: E1ZfZVK-0002p7-Mx () wine ! codeweavers ! com
[Download RAW message or body]

Module: wine
Branch: master
Commit: 3966affe064c7b98a7b4c052b6a6696fe74c8830
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=3966affe064c7b98a7b4c052b6a6696fe74c8830


Author: Jared Smudde <computerwhiz02@hotmail.com>
Date:   Thu Sep 24 21:13:46 2015 -0500

winemine: Load main icon in the about window.

---

 programs/winemine/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winemine/main.c b/programs/winemine/main.c
index 91b2092..7ccae07 100644
--- a/programs/winemine/main.c
+++ b/programs/winemine/main.c
@@ -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:


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic