Alex Henrie : shell32: Add "trash folder" icon.

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


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

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

shell32: Add "trash folder" icon.

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

---

 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 86e05b1..a68d123 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -556,6 +556,9 @@ IDI_SHELL_TO_FILE_PRINTER ICON resources/printer.ico
 /* @makedep: resources/trash_file.ico */
 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/delete.ico */
 IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index b549f6d..f38e0d2 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -230,6 +230,7 @@
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142
+#define IDI_SHELL_TRASH_FOLDER     143
 #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