[PATCH 16/16] shell32: Add documents icon

Alex Henrie alexhenrie24 at gmail.com
Wed Aug 29 00:47:38 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 16b84b4ba3..6dad8bc574 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -800,6 +800,10 @@ IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_DVD ICON resources/optical_disc.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/document.ico */
+IDI_SHELL_DOCUMENTS ICON resources/document.ico
+
 /* FIXME: Following resource is not yet added */
 /* @makedep: resources/optical_disc.ico */
 IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index b9473000f1..1c28a06dc8 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -292,6 +292,7 @@
 #define IDI_SHELL_USERS            220
 #define IDI_SHELL_POWER_OFF        221
 #define IDI_SHELL_DVD              222
+#define IDI_SHELL_DOCUMENTS        223
 #define IDI_SHELL_MUSIC_CD_95      228
 #define IDI_SHELL_MY_DOCUMENTS     235
 #define IDI_SHELL_MY_PICTURES      236
-- 
2.18.0




More information about the wine-devel mailing list