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

shell32: Add backup icon.

parent 4f5c8253
......@@ -677,6 +677,10 @@ IDI_SHELL_RUN2 ICON resources/window.ico
/* @makedep: resources/delete.ico */
IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/copy.ico */
IDI_SHELL_BACKUP ICON resources/copy.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
......
......@@ -251,6 +251,8 @@
/* 158 - 159 not used on Windows */
#define IDI_SHELL_RUN2 160
#define IDI_SHELL_CONFIRM_DELETE 161
/* 162 - 164 not used on Windows */
#define IDI_SHELL_BACKUP 165
#define IDI_SHELL_DEFAULT_PRINTER 168
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
......
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