Alex Henrie : shell32: Add second run icon.

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


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

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

shell32: Add second run icon.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 98cf82a..370280d 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -605,6 +605,9 @@ IDI_SHELL_TRUETYPE_FONT ICON resources/document.ico
 /* @makedep: resources/document.ico */
 IDI_SHELL_POSTSCRIPT_FONT ICON resources/document.ico
 
+/* @makedep: resources/window.ico */
+IDI_SHELL_RUN2 ICON resources/window.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 46e1cc7..13f110f 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -244,6 +244,8 @@
 #define IDI_SHELL_SYSTEM_FONT      155
 #define IDI_SHELL_TRUETYPE_FONT    156
 #define IDI_SHELL_POSTSCRIPT_FONT  157
+/* 158 - 159 not used on Windows */
+#define IDI_SHELL_RUN2             160
 #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