Alex Henrie : shell32: Add remaining search icons.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Thu Aug 30 21:41:22 2018 -0600

shell32: Add remaining search icons.

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

---

 dlls/shell32/shell32.rc | 11 +++++++++++
 dlls/shell32/shresdef.h |  5 +++++
 2 files changed, 16 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index ccd8242..0c7c0b5 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -884,6 +884,10 @@ IDI_SHELL_WEB_CALENDAR ICON resources/internet.ico
 /* @makedep: resources/users.ico */
 IDI_SHELL_USERS_XP2 ICON resources/users.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/search.ico */
+IDI_SHELL_SEARCH_WINDOW ICON resources/search.ico
+
 /* @makedep: resources/help.ico */
 IDI_SHELL_HELP_FILE ICON resources/help.ico
 
@@ -949,6 +953,9 @@ IDI_SHELL_BURN_DISC2 ICON resources/optical_disc.ico
 /* @makedep: resources/favorites.ico */
 IDI_SHELL_FAVORITES_SMALL ICON resources/favorites.ico
 
+/* @makedep: resources/search.ico */
+IDI_SHELL_SEARCH_SMALL ICON resources/search.ico
+
 /* @makedep: resources/help.ico */
 IDI_SHELL_HELP_SMALL ICON resources/help.ico
 
@@ -956,6 +963,10 @@ IDI_SHELL_HELP_SMALL ICON resources/help.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/search.ico */
+IDI_SHELL_SEARCH_DIRECTORY ICON resources/search.ico
+
 /* @makedep: resources/restricted.ico */
 IDI_SHELL_RESTRICTED2 ICON resources/restricted.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 1c965ca..4d6cf7c 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -330,6 +330,8 @@
 #define IDI_SHELL_INTERNET         273
 #define IDI_SHELL_WEB_CALENDAR     276
 #define IDI_SHELL_USERS_XP2        279
+/* 280 not used on Windows */
+#define IDI_SHELL_SEARCH_WINDOW    281
 /* 285 - 288 not used on Windows */
 #define IDI_SHELL_HELP_FILE        289
 #define IDI_SHELL_DVD_DRIVE        291
@@ -348,8 +350,11 @@
 #define IDI_SHELL_NEW_FOLDER       319
 #define IDI_SHELL_BURN_DISC2       320
 #define IDI_SHELL_FAVORITES_SMALL  322
+#define IDI_SHELL_SEARCH_SMALL     323
 #define IDI_SHELL_HELP_SMALL       324
 #define IDI_SHELL_APP_FOLDER_SMALL 326
+/* 332 - 336 not used on Windows */
+#define IDI_SHELL_SEARCH_DIRECTORY 337
 #define IDI_SHELL_RESTRICTED2      338
 /* 339 - 511 not used on Windows */
 #define IDI_SHELL_WEB_BROWSER      512




More information about the wine-cvs mailing list