Signed-off-by: Alex Henrie alexhenrie24@gmail.com --- dlls/shell32/shell32.rc | 3 +++ dlls/shell32/shresdef.h | 1 + 2 files changed, 4 insertions(+)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 7f1f2f3db1..c2eb2052c2 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -489,6 +489,9 @@ IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico /* @makedep: recent.ico */ IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico
+/* @makedep: control.ico */ +IDI_SHELL_SETTINGS ICON control.ico + /* @makedep: shortcut.ico */ IDI_SHELL_SHORTCUT ICON shortcut.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 8696041b93..d352d7c62e 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -190,6 +190,7 @@ #define IDI_SHELL_COMPUTERS_NEAR_ME 19 #define IDI_SHELL_FOLDER_SMALL_XP 20 #define IDI_SHELL_RECENT_DOCUMENTS 21 +#define IDI_SHELL_SETTINGS 22 #define IDI_SHELL_SEARCH 23 #define IDI_SHELL_HELP 24 #define IDI_SHELL_FOLDER_OPEN_LARGE 29