Alex Henrie : shell32: Add card reader icon.

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


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

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

shell32: Add card reader icon.

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

---

 dlls/shell32/shell32.rc | 4 ++++
 dlls/shell32/shresdef.h | 1 +
 2 files changed, 5 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index fb08947..d9c6615 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -748,6 +748,10 @@ IDI_SHELL_AUDIO_FILE ICON resources/audio.ico
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/disk_drive.ico */
+IDI_SHELL_CARD_READER 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 a837a38..8960de6 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -292,6 +292,7 @@
 #define IDI_SHELL_VIDEO_FILE       224
 #define IDI_SHELL_AUDIO_FILE       225
 #define IDI_SHELL_MUSIC_CD_95      228
+#define IDI_SHELL_CARD_READER      229
 #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