Alex Henrie : shell32: Add XP install icon.

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


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

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

shell32: Add XP install icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32.rc | 3 +++
 dlls/shell32/shresdef.h | 1 +
 2 files changed, 4 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 87330c3..89e9cca 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -933,6 +933,9 @@ IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
 /* @makedep: resources/users.ico */
 IDI_SHELL_USERS_XP ICON resources/users.ico
 
+/* @makedep: resources/update.ico */
+IDI_SHELL_INSTALL_XP ICON resources/update.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/printer.ico */
 IDI_SHELL_MULTIFUNCTION_PRINTER ICON resources/printer.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index e688725..7816644 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -329,6 +329,7 @@
 #define IDI_SHELL_BURN_DISC        266
 #define IDI_SHELL_SHARED_FOLDER    267
 #define IDI_SHELL_USERS_XP         269
+#define IDI_SHELL_INSTALL_XP       271
 #define IDI_SHELL_MULTIFUNCTION_PRINTER    272
 #define IDI_SHELL_INTERNET         273
 #define IDI_SHELL_WEB_CALENDAR     276




More information about the wine-cvs mailing list