Jacek Caban : iexplore: Use 1 as default icon ID.

Alexandre Julliard julliard at winehq.org
Thu Jun 10 12:22:50 CDT 2010


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

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Thu Jun 10 12:50:38 2010 +0200

iexplore: Use 1 as default icon ID.

---

 dlls/shdocvw/iexplore.c       |    2 +-
 programs/iexplore/iexplore.rc |    4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/dlls/shdocvw/iexplore.c b/dlls/shdocvw/iexplore.c
index 9c14cfc..5ef0b36 100644
--- a/dlls/shdocvw/iexplore.c
+++ b/dlls/shdocvw/iexplore.c
@@ -37,7 +37,7 @@
 
 WINE_DEFAULT_DEBUG_CHANNEL(shdocvw);
 
-#define IDI_APPICON 101
+#define IDI_APPICON 1
 
 static const WCHAR szIEWinFrame[] = { 'I','E','F','r','a','m','e',0 };
 
diff --git a/programs/iexplore/iexplore.rc b/programs/iexplore/iexplore.rc
index 80286c4..f37481a 100644
--- a/programs/iexplore/iexplore.rc
+++ b/programs/iexplore/iexplore.rc
@@ -26,7 +26,5 @@
 
 #include "wine/wine_common_ver.rc"
 
-#define IDI_APPICON 101
-
 /* @makedep: iexplore.ico */
-IDI_APPICON ICON iexplore.ico
+1 ICON iexplore.ico




More information about the wine-cvs mailing list