diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index ee502c26df0..62fb27097c2 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -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 \ diff --git a/dlls/shell32/resources/eject.ico b/dlls/shell32/resources/eject.ico new file mode 100644 index 00000000000..c2aba13aa45 Binary files /dev/null and b/dlls/shell32/resources/eject.ico differ diff --git a/dlls/shell32/resources/eject.svg b/dlls/shell32/resources/eject.svg new file mode 100644 index 00000000000..cd8414bdef9 --- /dev/null +++ b/dlls/shell32/resources/eject.svg @@ -0,0 +1,596 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jakub Steiner + + + + + + media + eject + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index a82abfefc3a..f66949cee8d 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -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 diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 4a9ac9a3850..589379b7af7 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -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