Alex Henrie : shell32: Add network folder icon.

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


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

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

shell32: Add network folder icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 5e8803ace482757ee583c63722fddfafbcbcd38b)
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 678ca3b..6ba6637 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -627,6 +627,10 @@ IDI_SHELL_DEFRAGMENT ICON resources/drive.ico
 /* @makedep: resources/menu.ico */
 IDI_SHELL_TREEVIEW ICON resources/menu.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/folder.ico */
+IDI_SHELL_NETWORK_FOLDER ICON resources/folder.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 6cc7585..c2375ee 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -255,6 +255,7 @@
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169
 #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER  170
 #define IDI_SHELL_TREEVIEW         171
+#define IDI_SHELL_NETWORK_FOLDER   172
 #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