[PATCH 14/19] shell32: Add disk check icon

Alex Henrie alexhenrie24 at gmail.com
Mon Aug 27 21:40:54 CDT 2018


Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
---
 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 3435448ebc..af653079d9 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 b77c5fce06..b401a39482 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
-- 
2.18.0




More information about the wine-devel mailing list