[PATCH 5/6] shell32: Add run icon

Alex Henrie alexhenrie24 at gmail.com
Mon Aug 20 23:33:35 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 47e1c17c08..c7e69d78e8 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -498,6 +498,9 @@ IDI_SHELL_SEARCH ICON resources/search.ico
 /* @makedep: resources/help.ico */
 IDI_SHELL_HELP ICON resources/help.ico
 
+/* @makedep: resources/window.ico */
+IDI_SHELL_RUN ICON resources/window.ico
+
 /* @makedep: resources/shortcut.ico */
 IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index d352d7c62e..0759551f93 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -193,6 +193,7 @@
 #define IDI_SHELL_SETTINGS          22
 #define IDI_SHELL_SEARCH            23
 #define IDI_SHELL_HELP              24
+#define IDI_SHELL_RUN               25
 #define IDI_SHELL_FOLDER_OPEN_LARGE 29
 #define IDI_SHELL_SHORTCUT          30
 #define IDI_SHELL_FOLDER_OPEN_SMALL 31
-- 
2.18.0




More information about the wine-devel mailing list