Module: wine Branch: stable Commit: 195ccb2f2822bdcbfdcea1ef974e97434b9b02e8 URL: https://source.winehq.org/git/wine.git/?a=commit;h=195ccb2f2822bdcbfdcea1ef9...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:20:57 2018 -0600
shell32: Add file search icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 2633414c7165b01ad1876daf84ecacfe372564e0) Signed-off-by: Michael Stefaniuc mstefani@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 244ea19..4de75cf 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -526,6 +526,10 @@ IDI_SHELL_UNKNOWN_DRIVE ICON resources/drive.ico /* @makedep: resources/document.ico */ IDI_SHELL_FILES ICON resources/document.ico
+/* FIXME: Following resource is not yet added */ +/* @makedep: resources/search.ico */ +IDI_SHELL_FILE_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 c35ede5..3ceae19 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -221,6 +221,7 @@ #define IDI_SHELL_UNKNOWN_DRIVE 54 /* 55 - 132 not used on Windows */ #define IDI_SHELL_FILES 133 +#define IDI_SHELL_FILE_SEARCH 134 #define IDI_SHELL_REMOTE_PRINTER 140 #define IDI_SHELL_TO_FILE_PRINTER 141 #define IDI_SHELL_TRASH_FILE 142