Alex Henrie : shell32: Add config file icon.

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


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

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

shell32: Add config file icon.

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

---

 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 3d20083..17903bf 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -577,6 +577,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 b7f94f0..7d63502 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -236,6 +236,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




More information about the wine-cvs mailing list