Alex Henrie : shell32: Add visual settings icon.

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


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

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>

---

 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 749d24e..43fe27d 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -711,6 +711,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 0e6d070..dc45821 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -264,6 +264,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