Alex Henrie : shell32: Add disk check icon.

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


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

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

shell32: Add disk check icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit a7a50c148741e040f61722fb5cdad5d8a5ab0452)
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 4d0953f..b97e384 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -615,6 +615,10 @@ IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
 /* @makedep: resources/copy.ico */
 IDI_SHELL_BACKUP ICON resources/copy.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/drive.ico */
+IDI_SHELL_DISK_CHECK ICON resources/drive.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 8b2989d..3567d24 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -249,6 +249,7 @@
 #define IDI_SHELL_CONFIRM_DELETE   161
 /* 162 - 164 not used on Windows */
 #define IDI_SHELL_BACKUP           165
+#define IDI_SHELL_DISK_CHECK       166
 #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