shell32: Add image file icon.

Adapted from image-x-generic in the Tango Icon Library.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-08-30 21:41:15 -06:00 committed by Alexandre Julliard
parent 67aef4afb8
commit 9da55d132c
5 changed files with 1013 additions and 0 deletions

View File

@ -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 \

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -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

View File

@ -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