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

shell32: Add settings icon.

parent 76e02a83
...@@ -489,6 +489,9 @@ IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico ...@@ -489,6 +489,9 @@ IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico
/* @makedep: recent.ico */ /* @makedep: recent.ico */
IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico
/* @makedep: control.ico */
IDI_SHELL_SETTINGS ICON control.ico
/* @makedep: shortcut.ico */ /* @makedep: shortcut.ico */
IDI_SHELL_SHORTCUT ICON shortcut.ico IDI_SHELL_SHORTCUT ICON shortcut.ico
......
...@@ -190,6 +190,7 @@ ...@@ -190,6 +190,7 @@
#define IDI_SHELL_COMPUTERS_NEAR_ME 19 #define IDI_SHELL_COMPUTERS_NEAR_ME 19
#define IDI_SHELL_FOLDER_SMALL_XP 20 #define IDI_SHELL_FOLDER_SMALL_XP 20
#define IDI_SHELL_RECENT_DOCUMENTS 21 #define IDI_SHELL_RECENT_DOCUMENTS 21
#define IDI_SHELL_SETTINGS 22
#define IDI_SHELL_SEARCH 23 #define IDI_SHELL_SEARCH 23
#define IDI_SHELL_HELP 24 #define IDI_SHELL_HELP 24
#define IDI_SHELL_FOLDER_OPEN_LARGE 29 #define IDI_SHELL_FOLDER_OPEN_LARGE 29
......
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