Alex Henrie : shell32: Add file overwrite icon.

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


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Aug 26 22:21:06 2018 -0600

shell32: Add file overwrite icon.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index fb20391..8b9e159 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -562,6 +562,10 @@ IDI_SHELL_TRASH_FOLDER ICON resources/trash_file.ico
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_MIXED ICON resources/trash_file.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/delete.ico */
+IDI_SHELL_FILE_OVERWRITE ICON resources/delete.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 45ac067..d5ce7c6 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -232,6 +232,7 @@
 #define IDI_SHELL_TRASH_FILE       142
 #define IDI_SHELL_TRASH_FOLDER     143
 #define IDI_SHELL_TRASH_MIXED      144
+#define IDI_SHELL_FILE_OVERWRITE   145
 #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