shell32: Add card reader icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-08-29 23:37:45 -06:00 committed by Alexandre Julliard
parent 336ced48fa
commit c34a39e37a
2 changed files with 5 additions and 0 deletions

View File

@ -814,6 +814,10 @@ IDI_SHELL_AUDIO_FILE ICON resources/audio.ico
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/disk_drive.ico */
IDI_SHELL_CARD_READER ICON resources/disk_drive.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico

View File

@ -296,6 +296,7 @@
#define IDI_SHELL_VIDEO_FILE 224
#define IDI_SHELL_AUDIO_FILE 225
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_CARD_READER 229
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
#define IDI_SHELL_MY_MUSIC 237