[PATCH 11/19] shell32: Add second run icon

Alex Henrie alexhenrie24 at gmail.com
Mon Aug 27 21:40:51 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 fabbd45645..db1dc9ec62 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -671,6 +671,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 2638765996..3f526cb27f 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -248,6 +248,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
-- 
2.18.0




More information about the wine-devel mailing list