Commit 9da55d13 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add image file icon.

Adapted from image-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 67aef4af
......@@ -76,6 +76,7 @@ SVG_SRCS = \
resources/folder.svg \
resources/folder_open.svg \
resources/help.svg \
resources/image.svg \
resources/internet.svg \
resources/log_off.svg \
resources/menu.svg \
......
......@@ -810,6 +810,9 @@ IDI_SHELL_VIDEO_FILE ICON resources/video.ico
/* @makedep: resources/audio.ico */
IDI_SHELL_AUDIO_FILE ICON resources/audio.ico
/* @makedep: resources/image.ico */
IDI_SHELL_IMAGE_FILE ICON resources/image.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
......
......@@ -295,6 +295,7 @@
#define IDI_SHELL_DOCUMENTS 223
#define IDI_SHELL_VIDEO_FILE 224
#define IDI_SHELL_AUDIO_FILE 225
#define IDI_SHELL_IMAGE_FILE 226
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_CARD_READER 229
#define IDI_SHELL_ZIP_DRIVE 230
......
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