Commit 627c34ff authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add video file icon.

Adapted from video-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 d2c5d017
......@@ -98,4 +98,5 @@ SVG_SRCS = \
resources/trash_file.svg \
resources/trash_full.svg \
resources/update.svg \
resources/video.svg \
resources/window.svg
......@@ -804,6 +804,9 @@ IDI_SHELL_DVD ICON resources/optical_disc.ico
/* @makedep: resources/document.ico */
IDI_SHELL_DOCUMENTS ICON resources/document.ico
/* @makedep: resources/video.ico */
IDI_SHELL_VIDEO_FILE ICON resources/video.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
......
......@@ -293,6 +293,7 @@
#define IDI_SHELL_POWER_OFF 221
#define IDI_SHELL_DVD 222
#define IDI_SHELL_DOCUMENTS 223
#define IDI_SHELL_VIDEO_FILE 224
#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