[PATCH 12/20] shell32: Add options icon

Alex Henrie alexhenrie24 at gmail.com
Sun Aug 26 23:20:59 CDT 2018


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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index ea7d618b9e..8b9fb1078d 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -600,6 +600,9 @@ IDI_SHELL_FILE_SEARCH ICON resources/search.ico
 /* @makedep: resources/search.ico */
 IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
 
+/* @makedep: resources/control.ico */
+IDI_SHELL_OPTIONS ICON resources/control.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 e894fb1331..2eda7cfff7 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -227,6 +227,8 @@
 #define IDI_SHELL_FILES            133
 #define IDI_SHELL_FILE_SEARCH      134
 #define IDI_SHELL_SYSTEM_SEARCH    135
+/* 136 not used on Windows */
+#define IDI_SHELL_OPTIONS          137
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142
-- 
2.18.0




More information about the wine-devel mailing list