mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 01:21:47 +00:00
shell32: Add card reader icon.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
336ced48fa
commit
c34a39e37a
2 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue