Alex Henrie : shell32: Add removable disk icons.

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


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

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

shell32: Add removable disk icons.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 7925cc6..e8df65f 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -764,6 +764,13 @@ IDI_SHELL_DOWNLOAD ICON resources/blank.ico
 /* @makedep: resources/blank.ico */
 IDI_SHELL_DOWNLOAD_EMBLEM ICON resources/blank.ico
 
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_REMOVABLE_DISK ICON resources/disk_drive.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_BAD_REMOVABLE_DISK ICON resources/disk_drive.ico
+
 /* @makedep: resources/mydocs.ico */
 IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 298185a..d847eae 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -296,6 +296,8 @@
 #define IDI_SHELL_ZIP_DRIVE        230
 #define IDI_SHELL_DOWNLOAD         231
 #define IDI_SHELL_DOWNLOAD_EMBLEM  232
+#define IDI_SHELL_REMOVABLE_DISK   233
+#define IDI_SHELL_BAD_REMOVABLE_DISK       234
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_MY_PICTURES      236
 #define IDI_SHELL_MY_MUSIC         237




More information about the wine-cvs mailing list