Module: wine Branch: master Commit: 4daea1d7effef2c358630b30b6e00a359a17d9e0 URL: https://source.winehq.org/git/wine.git/?a=commit;h=4daea1d7effef2c358630b30b...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:20:58 2018 -0600
shell32: Add system search icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/shell32/shell32.rc | 4 ++++ dlls/shell32/shresdef.h | 1 + 2 files changed, 5 insertions(+)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 811ca36..ea7d618 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -596,6 +596,10 @@ IDI_SHELL_FILES ICON resources/document.ico /* @makedep: resources/search.ico */ IDI_SHELL_FILE_SEARCH ICON resources/search.ico
+/* FIXME: Following resource is not yet added */ +/* @makedep: resources/search.ico */ +IDI_SHELL_SYSTEM_SEARCH ICON resources/search.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 9df9ed6..e894fb1 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -226,6 +226,7 @@ /* 55 - 132 not used on Windows */ #define IDI_SHELL_FILES 133 #define IDI_SHELL_FILE_SEARCH 134 +#define IDI_SHELL_SYSTEM_SEARCH 135 #define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TRASH_FILE 142