Commit 4f5c8253 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add copy icon.

Adapted from edit-copy in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 3aa81e84
......@@ -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 \
......
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment