Alex Henrie : shell32: Add remote printer icon.

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


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

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

shell32: Add remote printer icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit 8c250c618fadd8b3ce2347f5058da1122e4b85ba)
Signed-off-by: Michael Stefaniuc <mstefani at winehq.org>

---

 dlls/shell32/shell32.rc | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc
index f3f3af0..4d7d346 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -545,6 +545,10 @@ IDI_SHELL_PRINTERS_FOLDER_XP ICON resources/folder.ico
 /* @makedep: resources/printer.ico */
 IDI_SHELL_ADD_PRINTER ICON resources/printer.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/printer.ico */
+IDI_SHELL_REMOTE_PRINTER ICON resources/printer.ico
+
 /* @makedep: resources/trash_file.ico */
 IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
 




More information about the wine-cvs mailing list