Alex Henrie : shell32: Add file overwrite icon.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 16:18:15 CDT 2018


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

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>

---

 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 cf4d0f5..2af0205 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -628,6 +628,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 86770af..c6b1400 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -236,6 +236,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