Alex Henrie : shell32: Add network connections icon.

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


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

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

shell32: Add network connections icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 19c364bd0d19a8b3f546e1936c66792f42847bd1)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 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 90323b1..35d1be0 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -638,6 +638,9 @@ IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_CHECKLIST_FOLDER ICON resources/folder.ico
 
+/* @makedep: resources/network.ico */
+IDI_SHELL_NET_CONNECTIONS ICON resources/network.ico
+
 /* @makedep: resources/mydocs.ico */
 IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index bdb8ded..90be012 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -258,6 +258,7 @@
 #define IDI_SHELL_NETWORK_FOLDER   172
 #define IDI_SHELL_FAVORITES_FOLDER 173
 #define IDI_SHELL_CHECKLIST_FOLDER 174
+#define IDI_SHELL_NET_CONNECTIONS  175
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_RENAME           242
 #define IDI_SHELL_COPY             243




More information about the wine-cvs mailing list