Alex Henrie : shell32: Add install icon.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Mon Aug 27 20:40:43 2018 -0600

shell32: Add install icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 04383aed44d68b2790f97740cec5ec46568cdd70)
Signed-off-by: Michael Stefaniuc <mstefani 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 fd84041..3d20083 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -574,6 +574,9 @@ IDI_SHELL_FOLDER_OVERWRITE ICON resources/delete.ico
 /* @makedep: resources/rename.ico */
 IDI_SHELL_RENAME_FOLDER ICON resources/rename.ico
 
+/* @makedep: resources/update.ico */
+IDI_SHELL_INSTALL ICON resources/update.ico
+
 /* @makedep: resources/delete.ico */
 IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index a982073..b7f94f0 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -235,6 +235,7 @@
 #define IDI_SHELL_FILE_OVERWRITE   145
 #define IDI_SHELL_FOLDER_OVERWRITE 146
 #define IDI_SHELL_FOLDER_RENAME    147
+#define IDI_SHELL_INSTALL          148
 #define IDI_SHELL_CONFIRM_DELETE   161
 #define IDI_SHELL_DEFAULT_PRINTER  168
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169




More information about the wine-cvs mailing list