Alex Henrie : shell32: Add treeview icon.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Mon Aug 27 20:40:56 2018 -0600

shell32: Add treeview icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 4504557787112306ff8361fa181ecd93050af58e)
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 8fb069e..678ca3b 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -623,6 +623,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 92e2266..6cc7585 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -254,6 +254,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




More information about the wine-cvs mailing list