shell32: Add "add printer" 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:01 -06:00 committed by Alexandre Julliard
parent bee0d3af67
commit 9fef0a3f9d
2 changed files with 5 additions and 0 deletions

View File

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

View File

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