diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index e2380653e89..e5217eae30f 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -65,6 +65,7 @@ SVG_SRCS = \ resources/blank.svg \ resources/cdrom.svg \ resources/control.svg \ + resources/copy.svg \ resources/delete.svg \ resources/desktop.svg \ resources/document.svg \ diff --git a/dlls/shell32/resources/copy.ico b/dlls/shell32/resources/copy.ico new file mode 100644 index 00000000000..8ebed6d81d9 Binary files /dev/null and b/dlls/shell32/resources/copy.ico differ diff --git a/dlls/shell32/resources/copy.svg b/dlls/shell32/resources/copy.svg new file mode 100644 index 00000000000..ea47e4bb09a --- /dev/null +++ b/dlls/shell32/resources/copy.svg @@ -0,0 +1,811 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-10-15 + + + Andreas Nilsson + + + + + edit + copy + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index db1dc9ec62c..b84a2805591 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -686,6 +686,9 @@ IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico /* @makedep: resources/rename.ico */ IDI_SHELL_RENAME ICON resources/rename.ico +/* @makedep: resources/copy.ico */ +IDI_SHELL_COPY ICON resources/copy.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 3f526cb27fd..2e161dc910c 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -257,6 +257,7 @@ #define IDI_SHELL_FAVORITES_FOLDER 173 #define IDI_SHELL_MY_DOCUMENTS 235 #define IDI_SHELL_RENAME 242 +#define IDI_SHELL_COPY 243 #define IDI_SHELL_OPTICAL_DISC 302 #define IDI_SHELL_FAVORITES_SMALL 322