Commit 09cca8fe authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add sleep icon.

Adapted from preferences-desktop-screensaver in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent df48fd9a
......@@ -83,5 +83,6 @@ SVG_SRCS = \
resources/recent.svg \
resources/search.svg \
resources/shortcut.svg \
resources/sleep.svg \
resources/trash_file.svg \
resources/window.svg
......@@ -501,6 +501,9 @@ IDI_SHELL_HELP ICON resources/help.ico
/* @makedep: resources/window.ico */
IDI_SHELL_RUN ICON resources/window.ico
/* @makedep: resources/sleep.ico */
IDI_SHELL_SLEEP ICON resources/sleep.ico
/* @makedep: resources/shortcut.ico */
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
......
......@@ -194,6 +194,7 @@
#define IDI_SHELL_SEARCH 23
#define IDI_SHELL_HELP 24
#define IDI_SHELL_RUN 25
#define IDI_SHELL_SLEEP 26
#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