shell32: Add optical disc icon.
Adapted from media-optical in the Tango Icon Library. Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f2252757ba
commit
4fc740c018
|
@ -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 \
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
File diff suppressed because it is too large
Load Diff
After Width: | Height: | Size: 60 KiB |
|
@ -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
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue