diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 19e6b5be9e5..e2380653e89 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -88,6 +88,7 @@ SVG_SRCS = \ resources/printer.svg \ resources/ramdisk.svg \ resources/recent.svg \ + resources/rename.svg \ resources/search.svg \ resources/shortcut.svg \ resources/shut_down.svg \ diff --git a/dlls/shell32/resources/rename.ico b/dlls/shell32/resources/rename.ico new file mode 100644 index 00000000000..3204f97ec27 Binary files /dev/null and b/dlls/shell32/resources/rename.ico differ diff --git a/dlls/shell32/resources/rename.svg b/dlls/shell32/resources/rename.svg new file mode 100644 index 00000000000..a11f8a1c8dd --- /dev/null +++ b/dlls/shell32/resources/rename.svg @@ -0,0 +1,419 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + Jakub Steiner + + + + + hdd + hard drive + save as + io + store + + + + + http://jimmac.musichall.cz + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 169d3457868..b6043cf3d69 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -645,6 +645,9 @@ IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico /* @makedep: resources/mydocs.ico */ IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico +/* @makedep: resources/rename.ico */ +IDI_SHELL_RENAME ICON resources/rename.ico + /* @makedep: resources/optical_disc.ico */ IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 81f41fcc432..042991c065d 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -244,6 +244,7 @@ #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170 #define IDI_SHELL_FAVORITES_FOLDER 173 #define IDI_SHELL_MY_DOCUMENTS 235 +#define IDI_SHELL_RENAME 242 #define IDI_SHELL_OPTICAL_DISC 302 #define IDI_SHELL_FAVORITES_SMALL 322