Alex Henrie : shell32: Add backup icon.

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


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

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

shell32: Add backup icon.

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

---

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

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index 8eb385c..4d0953f 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -611,6 +611,10 @@ IDI_SHELL_RUN2 ICON resources/window.ico
 /* @makedep: resources/delete.ico */
 IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/copy.ico */
+IDI_SHELL_BACKUP ICON resources/copy.ico
+
 /* @makedep: resources/favorites.ico */
 IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index fde428e..8b2989d 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -247,6 +247,8 @@
 /* 158 - 159 not used on Windows */
 #define IDI_SHELL_RUN2             160
 #define IDI_SHELL_CONFIRM_DELETE   161
+/* 162 - 164 not used on Windows */
+#define IDI_SHELL_BACKUP           165
 #define IDI_SHELL_DEFAULT_PRINTER  168
 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER   169
 #define IDI_SHELL_DEFAULT_TO_FILE_PRINTER  170




More information about the wine-cvs mailing list