Commit 01d9dba5 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add rename icon.

Adapted from document-save-as.svg in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent e3de7f77
......@@ -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 \
......
......@@ -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
......
......@@ -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
......
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