[PATCH 02/16] shell32: Add visual settings icon

Alex Henrie alexhenrie24 at gmail.com
Wed Aug 29 00:47:24 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/shell32.rc | 3 +++
 dlls/shell32/shresdef.h | 1 +
 2 files changed, 4 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 749d24ea55..43fe27d988 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -711,6 +711,9 @@ IDI_SHELL_NET_CONNECTIONS ICON resources/network.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_NEW_WEB_FOLDER ICON resources/folder.ico
 
+/* @makedep: resources/control.ico */
+IDI_SHELL_VISUAL_SETTINGS ICON resources/control.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/document.ico */
 IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 0e6d07088a..dc45821896 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -264,6 +264,7 @@
 #define IDI_SHELL_CHECKLIST_FOLDER 174
 #define IDI_SHELL_NET_CONNECTIONS  175
 #define IDI_SHELL_NEW_WEB_FOLDER   176
+#define IDI_SHELL_VISUAL_SETTINGS  177
 #define IDI_SHELL_NEW_WEB_PAGE     178
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_MY_DOCUMENTS     235
-- 
2.18.0




More information about the wine-devel mailing list