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

shell32: Add config file icon.

parent 04383aed
......@@ -643,6 +643,10 @@ IDI_SHELL_RENAME_FOLDER ICON resources/rename.ico
/* @makedep: resources/update.ico */
IDI_SHELL_INSTALL ICON resources/update.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/document.ico */
IDI_SHELL_CONFIG_FILE ICON resources/document.ico
/* @makedep: resources/delete.ico */
IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
......
......@@ -240,6 +240,8 @@
#define IDI_SHELL_FOLDER_OVERWRITE 146
#define IDI_SHELL_FOLDER_RENAME 147
#define IDI_SHELL_INSTALL 148
/* 149 - 150 not used on Windows */
#define IDI_SHELL_CONFIG_FILE 151
#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