Alex Henrie : shell32: Add remaining control panel icons.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug 30 21:41:25 2018 -0600

shell32: Add remaining control panel icons.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 7b253d1..3e42d46 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -954,6 +954,9 @@ IDI_SHELL_NEW_FOLDER ICON resources/folder.ico
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_BURN_DISC2 ICON resources/optical_disc.ico
 
+/* @makedep: resources/control.ico */
+IDI_SHELL_CONTROL_PANEL_XP2 ICON resources/control.ico
+
 /* @makedep: resources/favorites.ico */
 IDI_SHELL_FAVORITES_SMALL ICON resources/favorites.ico
 
@@ -967,6 +970,9 @@ IDI_SHELL_HELP_SMALL ICON resources/help.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
 
+/* @makedep: resources/control.ico */
+IDI_SHELL_CONTROL_PANEL_SMALL ICON resources/control.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/search.ico */
 IDI_SHELL_SEARCH_DIRECTORY ICON resources/search.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index d9cb3d9..a48dfd4 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -350,10 +350,12 @@
 #define IDI_SHELL_DVD_RW           318
 #define IDI_SHELL_NEW_FOLDER       319
 #define IDI_SHELL_BURN_DISC2       320
+#define IDI_SHELL_CONTROL_PANEL_XP2        321
 #define IDI_SHELL_FAVORITES_SMALL  322
 #define IDI_SHELL_SEARCH_SMALL     323
 #define IDI_SHELL_HELP_SMALL       324
 #define IDI_SHELL_APP_FOLDER_SMALL 326
+#define IDI_SHELL_CONTROL_PANEL_SMALL      330
 /* 332 - 336 not used on Windows */
 #define IDI_SHELL_SEARCH_DIRECTORY 337
 #define IDI_SHELL_RESTRICTED2      338




More information about the wine-cvs mailing list