[PATCH 16/19] shell32: Add treeview icon

Alex Henrie alexhenrie24 at gmail.com
Mon Aug 27 21:40:56 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 99240832b0..d34555b630 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -689,6 +689,10 @@ IDI_SHELL_DISK_CHECK ICON resources/drive.ico
 /* @makedep: resources/drive.ico */
 IDI_SHELL_DEFRAGMENT ICON resources/drive.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/menu.ico */
+IDI_SHELL_TREEVIEW ICON resources/menu.ico
+
 /* @makedep: resources/favorites.ico */
 IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 28100288ea..5531240918 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -258,6 +258,7 @@
 #define IDI_SHELL_DEFAULT_PRINTER  168
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169
 #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER  170
+#define IDI_SHELL_TREEVIEW         171
 #define IDI_SHELL_FAVORITES_FOLDER 173
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_RENAME           242
-- 
2.18.0




More information about the wine-devel mailing list