[PATCH 03/20] shell32: Add folder search icon

Alex Henrie alexhenrie24 at gmail.com
Sun Aug 26 23:20:50 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 fb6b627e4c..f2031229b4 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -559,6 +559,10 @@ IDI_SHELL_FAVORITES ICON resources/favorites.ico
 /* @makedep: resources/log_off.ico */
 IDI_SHELL_LOG_OFF ICON resources/log_off.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/search.ico */
+IDI_SHELL_SEARCH_FOLDER 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 d0e08ba853..c5c7df022f 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -214,6 +214,7 @@
 #define IDI_SHELL_REMOTE_FOLDER     43
 #define IDI_SHELL_FAVORITES         44
 #define IDI_SHELL_LOG_OFF           45
+#define IDI_SHELL_SEARCH_FOLDER     46
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142
-- 
2.18.0




More information about the wine-devel mailing list