Module: wine Branch: stable Commit: 11ffc176dc12a7242ffd862037a5ac8c8be2e1db URL: https://source.winehq.org/git/wine.git/?a=commit;h=11ffc176dc12a7242ffd86203...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 19 22:45:58 2018 -0600
shell32: Add settings icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit b9a6f75349dc94dda72c0fdf51b666af209587e0) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
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 4fe51ae..1ce2613 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -423,6 +423,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 2a3ef35..b3a0284 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -186,6 +186,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