Alex Henrie : shell32: Add "add printer" icon.

Alexandre Julliard julliard at winehq.org
Mon Aug 27 16:18:14 CDT 2018


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

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Sun Aug 26 22:21:01 2018 -0600

shell32: Add "add printer" 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 12517aa..ac52070 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -607,6 +607,10 @@ IDI_SHELL_OPTIONS ICON resources/control.ico
 /* @makedep: resources/folder.ico */
 IDI_SHELL_PRINTERS_FOLDER_XP ICON resources/folder.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_ADD_PRINTER ICON resources/printer.ico
+
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h
index 2da5211..bf1d52c 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -230,6 +230,7 @@
 /* 136 not used on Windows */
 #define IDI_SHELL_OPTIONS          137
 #define IDI_SHELL_PRINTERS_FOLDER_XP       138
+#define IDI_SHELL_ADD_PRINTER      139
 #define IDI_SHELL_REMOTE_PRINTER   140
 #define IDI_SHELL_TO_FILE_PRINTER  141
 #define IDI_SHELL_TRASH_FILE       142




More information about the wine-cvs mailing list