Alex Henrie : shell32: Add music CD icon.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug 23 23:16:49 2018 -0600

shell32: Add music CD icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit cb4181b0e4a504ab2e53e0cfe9d836d0711bbd9b)
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 f43009b..0f57fec 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -475,6 +475,10 @@ IDI_SHELL_FONTS_FOLDER ICON resources/folder.ico
 /* @makedep: resources/menu.ico */
 IDI_SHELL_START_MENU ICON resources/menu.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/optical_disc.ico */
+IDI_SHELL_MUSIC_CD ICON resources/optical_disc.ico
+
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index b28469e..905c684 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -205,6 +205,7 @@
 #define IDI_SHELL_PRINTERS_FOLDER   38
 #define IDI_SHELL_FONTS_FOLDER      39
 #define IDI_SHELL_START_MENU        40
+#define IDI_SHELL_MUSIC_CD          41
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142




More information about the wine-cvs mailing list