Alex Henrie : shell32: Add remaining small icons.

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


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

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

shell32: Add remaining small icons.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 3e42d46..ae9f2da 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -966,13 +966,28 @@ IDI_SHELL_SEARCH_SMALL ICON resources/search.ico
 /* @makedep: resources/help.ico */
 IDI_SHELL_HELP_SMALL ICON resources/help.ico
 
+/* @makedep: resources/log_off.ico */
+IDI_SHELL_LOG_OFF_SMALL ICON resources/log_off.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/folder.ico */
 IDI_SHELL_APP_FOLDER_SMALL ICON resources/folder.ico
 
+/* @makedep: resources/recent.ico */
+IDI_SHELL_RECENT_SMALL ICON resources/recent.ico
+
+/* @makedep: resources/window.ico */
+IDI_SHELL_RUN_SMALL ICON resources/window.ico
+
+/* @makedep: resources/shut_down.ico */
+IDI_SHELL_POWER_OFF_SMALL ICON resources/shut_down.ico
+
 /* @makedep: resources/control.ico */
 IDI_SHELL_CONTROL_PANEL_SMALL ICON resources/control.ico
 
+/* @makedep: resources/eject.ico */
+IDI_SHELL_EJECT_SMALL ICON resources/eject.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/search.ico */
 IDI_SHELL_SEARCH_DIRECTORY ICON resources/search.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index a48dfd4..c1fecc4 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -354,8 +354,13 @@
 #define IDI_SHELL_FAVORITES_SMALL  322
 #define IDI_SHELL_SEARCH_SMALL     323
 #define IDI_SHELL_HELP_SMALL       324
+#define IDI_SHELL_LOG_OFF_SMALL    325
 #define IDI_SHELL_APP_FOLDER_SMALL 326
+#define IDI_SHELL_RECENT_SMALL     327
+#define IDI_SHELL_RUN_SMALL        328
+#define IDI_SHELL_POWER_OFF_SMALL  329
 #define IDI_SHELL_CONTROL_PANEL_SMALL      330
+#define IDI_SHELL_EJECT_SMALL      331
 /* 332 - 336 not used on Windows */
 #define IDI_SHELL_SEARCH_DIRECTORY 337
 #define IDI_SHELL_RESTRICTED2      338




More information about the wine-cvs mailing list