[PATCH 04/19] shell32: Add config file icon

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


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 dlls/shell32/shell32.rc | 4 ++++
 dlls/shell32/shresdef.h | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index b876cf944a..dced97116d 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -643,6 +643,10 @@ IDI_SHELL_RENAME_FOLDER ICON resources/rename.ico
 /* @makedep: resources/update.ico */
 IDI_SHELL_INSTALL ICON resources/update.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/document.ico */
+IDI_SHELL_CONFIG_FILE ICON resources/document.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 2dc0a0f968..f684a9baca 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -240,6 +240,8 @@
 #define IDI_SHELL_FOLDER_OVERWRITE 146
 #define IDI_SHELL_FOLDER_RENAME    147
 #define IDI_SHELL_INSTALL          148
+/* 149 - 150 not used on Windows */
+#define IDI_SHELL_CONFIG_FILE      151
 #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