Alex Henrie : shell32: Add disk check icon.

Alexandre Julliard julliard at winehq.org
Tue Aug 28 16:53:01 CDT 2018


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

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>

---

 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 3435448..af65307 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -681,6 +681,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 b77c5fc..b401a39 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -253,6 +253,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