diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index f9909e7ccfc..a61ec65ee72 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -92,4 +92,5 @@ SVG_SRCS = \ resources/sleep.svg \ resources/trash_file.svg \ resources/trash_full.svg \ + resources/update.svg \ resources/window.svg diff --git a/dlls/shell32/resources/update.ico b/dlls/shell32/resources/update.ico new file mode 100644 index 00000000000..10058d9196f Binary files /dev/null and b/dlls/shell32/resources/update.ico differ diff --git a/dlls/shell32/resources/update.svg b/dlls/shell32/resources/update.svg new file mode 100644 index 00000000000..2d8274cf03b --- /dev/null +++ b/dlls/shell32/resources/update.svg @@ -0,0 +1,583 @@ + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index f2031229b4e..07af91de361 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -563,6 +563,9 @@ IDI_SHELL_LOG_OFF ICON resources/log_off.ico /* @makedep: resources/search.ico */ IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico +/* @makedep: resources/update.ico */ +IDI_SHELL_UPDATE ICON resources/update.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index c5c7df022f8..28ab8b649f6 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -215,6 +215,7 @@ #define IDI_SHELL_FAVORITES 44 #define IDI_SHELL_LOG_OFF 45 #define IDI_SHELL_SEARCH_FOLDER 46 +#define IDI_SHELL_UPDATE 47 #define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TRASH_FILE 142