Alex Henrie : shell32: Add fax machine icons.

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


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

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>
(cherry picked from commit 5feff6404505831060a9ee6627efc2345907c043)
Signed-off-by: Michael Stefaniuc <mstefani 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 6d2dd35..f647978 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -701,6 +701,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 a2bcae7..5355cbf 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -276,6 +276,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