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

shell32: Add batch file icon.

parent 8abd69dc
......@@ -651,6 +651,10 @@ IDI_SHELL_CONFIG_FILE ICON resources/document.ico
/* @makedep: resources/document.ico */
IDI_SHELL_TEXT_FILE ICON resources/document.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/window.ico */
IDI_SHELL_BATCH_FILE ICON resources/window.ico
/* @makedep: resources/delete.ico */
IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
......
......@@ -243,6 +243,7 @@
/* 149 - 150 not used on Windows */
#define IDI_SHELL_CONFIG_FILE 151
#define IDI_SHELL_TEXT_FILE 152
#define IDI_SHELL_BATCH_FILE 153
#define IDI_SHELL_CONFIRM_DELETE 161
#define IDI_SHELL_DEFAULT_PRINTER 168
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
......
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