Alex Henrie : shell32: Add folder rename icon.

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


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

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

shell32: Add folder rename icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 8c42ceea48f1422fcb7a7e4772674416ad48b367)
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 f07c31b..fd84041 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -570,6 +570,10 @@ IDI_SHELL_FILE_OVERWRITE ICON resources/delete.ico
 /* @makedep: resources/delete.ico */
 IDI_SHELL_FOLDER_OVERWRITE ICON resources/delete.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/rename.ico */
+IDI_SHELL_RENAME_FOLDER ICON resources/rename.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 4d4f3e5..a982073 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -234,6 +234,7 @@
 #define IDI_SHELL_TRASH_MIXED      144
 #define IDI_SHELL_FILE_OVERWRITE   145
 #define IDI_SHELL_FOLDER_OVERWRITE 146
+#define IDI_SHELL_FOLDER_RENAME    147
 #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