Commit 47c35b2e authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add audio file icon.

Adapted from audio-x-generic in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 627c34ff
......@@ -62,6 +62,7 @@ IDL_SRCS = \
shell32_tlb.idl
SVG_SRCS = \
resources/audio.svg \
resources/blank.svg \
resources/control.svg \
resources/copy.svg \
......
......@@ -807,6 +807,9 @@ IDI_SHELL_DOCUMENTS ICON resources/document.ico
/* @makedep: resources/video.ico */
IDI_SHELL_VIDEO_FILE ICON resources/video.ico
/* @makedep: resources/audio.ico */
IDI_SHELL_AUDIO_FILE ICON resources/audio.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
......
......@@ -294,6 +294,7 @@
#define IDI_SHELL_DVD 222
#define IDI_SHELL_DOCUMENTS 223
#define IDI_SHELL_VIDEO_FILE 224
#define IDI_SHELL_AUDIO_FILE 225
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
......
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