[PATCH 13/16] shell32: Add "power off" icon

Alex Henrie alexhenrie24 at gmail.com
Wed Aug 29 00:47:35 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 5ff23f9c7a..c04a37f441 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -793,6 +793,9 @@ IDI_SHELL_DEFAULT_FOLDER ICON resources/folder.ico
 /* @makedep: resources/security.ico */
 IDI_SHELL_USERS ICON resources/security.ico
 
+/* @makedep: resources/shut_down.ico */
+IDI_SHELL_POWER_OFF ICON resources/shut_down.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 33f28cfd96..61fb1e144b 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -290,6 +290,7 @@
 #define IDI_SHELL_DEFAULT_FOLDER   210
 /* 211 - 219 not used on Windows */
 #define IDI_SHELL_USERS            220
+#define IDI_SHELL_POWER_OFF        221
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_MY_PICTURES      236
 #define IDI_SHELL_MY_MUSIC         237
-- 
2.18.0




More information about the wine-devel mailing list