Alex Henrie : shell32: Add fax machine icons.

Alexandre Julliard julliard at winehq.org
Wed Aug 29 16:10:44 CDT 2018


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Aug 28 23:47:32 2018 -0600

shell32: Add fax machine icons.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/shell32.rc | 16 ++++++++++++++++
 dlls/shell32/shresdef.h |  5 +++++
 2 files changed, 21 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index ab4a0f2..0f3fe43 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -767,6 +767,22 @@ IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
 IDI_SHELL_PASSWORDS ICON resources/security.ico
 
 /* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_DEFAULT_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_DEFAULT_NETWORK_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_NETWORK_FAX ICON resources/printer.ico
+
+/* FIXME: Following resource is not yet added */
 /* @makedep: resources/security.ico */
 IDI_SHELL_USERS ICON resources/security.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 2b5bfbf..b0f0b2d 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -280,6 +280,11 @@
 #define IDI_SHELL_FULL_RECYCLE_BIN_95      192
 #define IDI_SHELL_WEB_FOLDERS      193
 #define IDI_SHELL_PASSWORDS        194
+/* 195 not used on Windows */
+#define IDI_SHELL_FAX              196
+#define IDI_SHELL_DEFAULT_FAX      197
+#define IDI_SHELL_DEFAULT_NETWORK_FAX      198
+#define IDI_SHELL_NETWORK_FAX      199
 /* 211 - 219 not used on Windows */
 #define IDI_SHELL_USERS            220
 #define IDI_SHELL_MY_DOCUMENTS     235




More information about the wine-cvs mailing list