Alex Henrie : shell32: Add XP printer folder icon.

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


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

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

shell32: Add XP printer folder icon.

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>
(cherry picked from commit bee0d3af678d198051249c819b7d33d9bceda7f4)
Signed-off-by: Michael Stefaniuc <mstefani 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 e76005c..c81e940 100644
--- a/dlls/shell32/shell32.rc
+++ b/dlls/shell32/shell32.rc
@@ -537,6 +537,10 @@ IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
 /* @makedep: resources/control.ico */
 IDI_SHELL_OPTIONS ICON resources/control.ico
 
+/* FIXME: Following resource is not yet added */
+/* @makedep: resources/folder.ico */
+IDI_SHELL_PRINTERS_FOLDER_XP ICON resources/folder.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 232a3de..1764bf2 100644
--- a/dlls/shell32/shresdef.h
+++ b/dlls/shell32/shresdef.h
@@ -225,6 +225,7 @@
 #define IDI_SHELL_SYSTEM_SEARCH    135
 /* 136 not used on Windows */
 #define IDI_SHELL_OPTIONS          137
+#define IDI_SHELL_PRINTERS_FOLDER_XP       138
 #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