shell32: Add sleep icon.
Adapted from preferences-desktop-screensaver in the Tango Icon Library. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
df48fd9a27
commit
09cca8fed7
|
@ -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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 86 KiB |
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue