diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index a61775e0ffd..48d33793d8a 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -79,6 +79,7 @@ SVG_SRCS = \ resources/internet.svg \ resources/log_off.svg \ resources/menu.svg \ + resources/move.svg \ resources/mycomputer.svg \ resources/mydocs.svg \ resources/netdrive.svg \ diff --git a/dlls/shell32/resources/move.ico b/dlls/shell32/resources/move.ico new file mode 100644 index 00000000000..90795edb671 Binary files /dev/null and b/dlls/shell32/resources/move.ico differ diff --git a/dlls/shell32/resources/move.svg b/dlls/shell32/resources/move.svg new file mode 100644 index 00000000000..114d2ac5c21 --- /dev/null +++ b/dlls/shell32/resources/move.svg @@ -0,0 +1,513 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + Jakub Steiner + + + + + Andreas Nilsson + + + + + + mail + e-mail + MUA + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index df5d7263c7b..e4df5c5f60c 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -859,6 +859,9 @@ IDI_SHELL_MSN ICON resources/internet.ico /* @makedep: resources/delete.ico */ IDI_SHELL_DELETE ICON resources/delete.ico +/* @makedep: resources/move.ico */ +IDI_SHELL_MOVE ICON resources/move.ico + /* @makedep: resources/rename.ico */ IDI_SHELL_RENAME ICON resources/rename.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 3cf6772531c..e443c2e2885 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -308,6 +308,7 @@ #define IDI_SHELL_MY_VIDEOS 238 #define IDI_SHELL_MSN 239 #define IDI_SHELL_DELETE 240 +#define IDI_SHELL_MOVE 241 #define IDI_SHELL_RENAME 242 #define IDI_SHELL_COPY 243 #define IDI_SHELL_EMPTY_RECYCLE_BIN2 254