Alex Henrie : shell32: Add folder search icon.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 15:09:32 CST 2018


Module: wine
Branch: stable
Commit: 8a2ff4d83417ba18f708ed7699b1b7da599cbea1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8a2ff4d83417ba18f708ed7699b1b7da599cbea1

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Aug 26 22:20:50 2018 -0600

shell32: Add folder search icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 15c0612914f50d38f8d6f9fb3cd8c2e66d811541)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/resources/search.ico | Bin 78155 -> 78154 bytes
 dlls/shell32/shell32.rc           |   4 ++++
 dlls/shell32/shresdef.h           |   1 +
 3 files changed, 5 insertions(+)

diff --git a/dlls/shell32/resources/search.ico b/dlls/shell32/resources/search.ico
index 8697c8a..ca73425 100644
Binary files a/dlls/shell32/resources/search.ico and b/dlls/shell32/resources/search.ico differ
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 3448cf9..6672099 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -493,6 +493,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 cd78597..c14a79d 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -210,6 +210,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




More information about the wine-cvs mailing list