Alexandre Julliard : shdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name.

Alexandre Julliard julliard at winehq.org
Mon Jan 17 10:59:47 CST 2011


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Jan 17 13:33:26 2011 +0100

shdocvw: Get rid of the IDB_IETOOLBAR define, the bitmap is loaded by name.

---

 dlls/shdocvw/resource.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/resource.h b/dlls/shdocvw/resource.h
index 6f5c777..5a24925 100644
--- a/dlls/shdocvw/resource.h
+++ b/dlls/shdocvw/resource.h
@@ -28,7 +28,6 @@
 #define IDC_BROWSE_ADDRESSBAR          1004
 #define IDC_BROWSE_STATUSBAR           1005
 #define IDC_BROWSE_TOOLBAR             1006
-#define IDB_IETOOLBAR                  1007
 
 #define ID_BROWSE_NEW_WINDOW           275
 #define ID_BROWSE_OPEN                 256




More information about the wine-cvs mailing list