Alex Henrie : shell32: Add remote connection icon.

Alexandre Julliard julliard at winehq.org
Wed Aug 29 16:10:44 CDT 2018


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 28 23:47:25 2018 -0600

shell32: Add remote connection icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard 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 43fe27d..2b34345 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -718,6 +718,10 @@ IDI_SHELL_VISUAL_SETTINGS ICON resources/control.ico
 /* @makedep: resources/document.ico */
 IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/internet.ico */
+IDI_SHELL_REMOTE_CONNECTION ICON resources/internet.ico
+
 /* @makedep: resources/internet.ico */
 IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index dc45821..f7e51dc 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -266,6 +266,7 @@
 #define IDI_SHELL_NEW_WEB_FOLDER   176
 #define IDI_SHELL_VISUAL_SETTINGS  177
 #define IDI_SHELL_NEW_WEB_PAGE     178
+#define IDI_SHELL_REMOTE_CONNECTION        179
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_RENAME           242




More information about the wine-cvs mailing list