Commit bee0d3af authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add XP printer folder icon.

parent 9fb7f21b
......@@ -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
......
......@@ -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
......
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