Alex Henrie : shell32: Add remaining small icons.

Alexandre Julliard julliard at winehq.org
Fri Aug 31 14:26:33 CDT 2018


Module: wine
Branch: master
Commit: 4c1a5099f094720a75b6327a6e8488002e2fdbb0
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4c1a5099f094720a75b6327a6e8488002e2fdbb0

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>

---

 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 0180e76..5c11590 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -1032,13 +1032,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 4858c8e2..16c9293 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -358,8 +358,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