Commit 9954c08d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add "power off" icon.

parent 5e53fb4b
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment