[PATCH 18/20] shell32: Add "trash mixed" icon

Alex Henrie alexhenrie24 at gmail.com
Sun Aug 26 23:21:05 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 cb8e25c72e..cf4d0f59b9 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -625,6 +625,9 @@ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_FOLDER ICON resources/trash_file.ico
 
+/* @makedep: resources/trash_file.ico */
+IDI_SHELL_TRASH_MIXED ICON resources/trash_file.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 65ac1d703a..86770af182 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -235,6 +235,7 @@
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142
 #define IDI_SHELL_TRASH_FOLDER     143
+#define IDI_SHELL_TRASH_MIXED      144
 #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