Commit f9c7dbd5 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add eject icon.

Adapted from media-eject in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent da75153e
......@@ -68,6 +68,7 @@ SVG_SRCS = \
resources/desktop.svg \
resources/document.svg \
resources/drive.svg \
resources/eject.svg \
resources/floppy.svg \
resources/folder.svg \
resources/folder_open.svg \
......
......@@ -504,6 +504,9 @@ IDI_SHELL_RUN ICON resources/window.ico
/* @makedep: resources/sleep.ico */
IDI_SHELL_SLEEP ICON resources/sleep.ico
/* @makedep: resources/eject.ico */
IDI_SHELL_EJECT ICON resources/eject.ico
/* @makedep: resources/shortcut.ico */
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
......
......@@ -195,6 +195,7 @@
#define IDI_SHELL_HELP 24
#define IDI_SHELL_RUN 25
#define IDI_SHELL_SLEEP 26
#define IDI_SHELL_EJECT 27
#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