Alex Henrie : shell32: Add visual settings icon.

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


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

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

shell32: Add visual settings icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit a90f24322eb28ceefe0854b2bd80bf9433da5dce)
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 6b8a27b..165ef31 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -645,6 +645,9 @@ IDI_SHELL_NET_CONNECTIONS ICON resources/network.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_NEW_WEB_FOLDER ICON resources/folder.ico
 
+/* @makedep: resources/control.ico */
+IDI_SHELL_VISUAL_SETTINGS ICON resources/control.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/document.ico */
 IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 7b29b9d..2258460 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -260,6 +260,7 @@
 #define IDI_SHELL_CHECKLIST_FOLDER 174
 #define IDI_SHELL_NET_CONNECTIONS  175
 #define IDI_SHELL_NEW_WEB_FOLDER   176
+#define IDI_SHELL_VISUAL_SETTINGS  177
 #define IDI_SHELL_NEW_WEB_PAGE     178
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_MY_DOCUMENTS     235




More information about the wine-cvs mailing list