shell32: Add disk check icon.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bcbfaf0b00
commit
a7a50c1487
|
@ -681,6 +681,10 @@ IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
|
|||
/* @makedep: resources/copy.ico */
|
||||
IDI_SHELL_BACKUP ICON resources/copy.ico
|
||||
|
||||
/* FIXME: Following resource is not yet added */
|
||||
/* @makedep: resources/drive.ico */
|
||||
IDI_SHELL_DISK_CHECK ICON resources/drive.ico
|
||||
|
||||
/* @makedep: resources/favorites.ico */
|
||||
IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
|
||||
|
||||
|
|
|
@ -253,6 +253,7 @@
|
|||
#define IDI_SHELL_CONFIRM_DELETE 161
|
||||
/* 162 - 164 not used on Windows */
|
||||
#define IDI_SHELL_BACKUP 165
|
||||
#define IDI_SHELL_DISK_CHECK 166
|
||||
#define IDI_SHELL_DEFAULT_PRINTER 168
|
||||
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
|
||||
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
|
||||
|
|
Loading…
Reference in New Issue