Module: wine Branch: stable Commit: 46b8e1067351781b198bae22f905d3a44f649e21 URL: https://source.winehq.org/git/wine.git/?a=commit;h=46b8e1067351781b198bae22f...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:20:59 2018 -0600
shell32: Add options icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 9fb7f21b61b2f384f37040ad308d6b1bd00563a7) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/shell32.rc | 3 +++ dlls/shell32/shresdef.h | 2 ++ 2 files changed, 5 insertions(+)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 17d4e26..e76005c 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -534,6 +534,9 @@ IDI_SHELL_FILE_SEARCH ICON resources/search.ico /* @makedep: resources/search.ico */ IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
+/* @makedep: resources/control.ico */ +IDI_SHELL_OPTIONS ICON resources/control.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 8fa3a46..232a3de 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -223,6 +223,8 @@ #define IDI_SHELL_FILES 133 #define IDI_SHELL_FILE_SEARCH 134 #define IDI_SHELL_SYSTEM_SEARCH 135 +/* 136 not used on Windows */ +#define IDI_SHELL_OPTIONS 137 #define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TRASH_FILE 142