shell32: Add XP printer folder icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-26 22:21:00 -06:00 committed by Alexandre Julliard
parent 9fb7f21b61
commit bee0d3af67
2 changed files with 5 additions and 0 deletions

View File

@ -603,6 +603,10 @@ IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
/* @makedep: resources/control.ico */
IDI_SHELL_OPTIONS ICON resources/control.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_PRINTERS_FOLDER_XP ICON resources/folder.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -229,6 +229,7 @@
#define IDI_SHELL_SYSTEM_SEARCH 135
/* 136 not used on Windows */
#define IDI_SHELL_OPTIONS 137
#define IDI_SHELL_PRINTERS_FOLDER_XP 138
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142