Alex Henrie : shell32: Add zip drive icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:35 CST 2018


Module: wine
Branch: stable
Commit: b8d362d45f1953503adbfc6800ee313fc7880b2d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=b8d362d45f1953503adbfc6800ee313fc7880b2d

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Aug 29 23:37:46 2018 -0600

shell32: Add zip drive icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit a2e2b5ba1da2277053aef9cf9f9e996223012805)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/shell32.rc | 8 ++++++++
 dlls/shell32/shresdef.h | 2 ++
 2 files changed, 10 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index d9c6615..8dc0cb9 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -752,6 +752,10 @@ IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
 /* @makedep: resources/disk_drive.ico */
 IDI_SHELL_CARD_READER ICON resources/disk_drive.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_ZIP_DRIVE ICON resources/disk_drive.ico
+
 /* @makedep: resources/mydocs.ico */
 IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
 
@@ -852,6 +856,10 @@ IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
 IDI_SHELL_DVD_ROM ICON resources/optical_disc.ico
 
 /* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_ZIP_DRIVE2 ICON resources/disk_drive.ico
+
+/* FIXME: Following resource is not yet added */
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_DVD_RW ICON resources/optical_disc.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 8960de6..679c277 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -293,6 +293,7 @@
 #define IDI_SHELL_AUDIO_FILE       225
 #define IDI_SHELL_MUSIC_CD_95      228
 #define IDI_SHELL_CARD_READER      229
+#define IDI_SHELL_ZIP_DRIVE        230
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_MY_PICTURES      236
 #define IDI_SHELL_MY_MUSIC         237
@@ -319,6 +320,7 @@
 #define IDI_SHELL_DVD_R            298
 #define IDI_SHELL_OPTICAL_DISC     302
 #define IDI_SHELL_DVD_ROM          304
+#define IDI_SHELL_ZIP_DRIVE2       313
 #define IDI_SHELL_DVD_RW           318
 #define IDI_SHELL_NEW_FOLDER       319
 #define IDI_SHELL_BURN_DISC2       320




More information about the wine-cvs mailing list