Alex Henrie : shell32: Add network connections icon.

Alexandre Julliard julliard at winehq.org
Tue Aug 28 16:53:01 CDT 2018


Module: wine
Branch: master
Commit: 19c364bd0d19a8b3f546e1936c66792f42847bd1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=19c364bd0d19a8b3f546e1936c66792f42847bd1

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>

---

 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 9004ebb..06b483e 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -704,6 +704,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 e623b94..6761596 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -262,6 +262,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