Commit 9fef0a3f authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add "add printer" icon.

parent bee0d3af
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment