Commit 905685c3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add shutdown icon.

Adapted from system-shutdown in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f9c7dbd5
......@@ -84,6 +84,7 @@ SVG_SRCS = \
resources/recent.svg \
resources/search.svg \
resources/shortcut.svg \
resources/shut_down.svg \
resources/sleep.svg \
resources/trash_file.svg \
resources/window.svg
......@@ -507,6 +507,9 @@ IDI_SHELL_SLEEP ICON resources/sleep.ico
/* @makedep: resources/eject.ico */
IDI_SHELL_EJECT ICON resources/eject.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_SHUT_DOWN ICON resources/shut_down.ico
/* @makedep: resources/shortcut.ico */
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
......
......@@ -196,6 +196,7 @@
#define IDI_SHELL_RUN 25
#define IDI_SHELL_SLEEP 26
#define IDI_SHELL_EJECT 27
#define IDI_SHELL_SHUT_DOWN 28
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
#define IDI_SHELL_SHORTCUT 30
#define IDI_SHELL_FOLDER_OPEN_SMALL 31
......
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