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

shell32: Add optical disc icon.

Adapted from media-optical in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f2252757
......@@ -80,6 +80,7 @@ SVG_SRCS = \
resources/netdrive.svg \
resources/netdrive2.svg \
resources/network.svg \
resources/optical_disc.svg \
resources/printer.svg \
resources/ramdisk.svg \
resources/recent.svg \
......
......@@ -550,6 +550,9 @@ IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_OPTICAL_DISC ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/mydocs.ico */
IDI_SHELL_FAVORITES ICON resources/mydocs.ico
......
......@@ -217,6 +217,7 @@
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_OPTICAL_DISC 302
#define IDI_SHELL_FAVORITES 319
/*
......
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