Module: wine Branch: stable Commit: 2e1af12407db78c5554314430a2d781f24d8f483 URL: https://source.winehq.org/git/wine.git/?a=commit;h=2e1af12407db78c5554314430...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Aug 29 23:37:53 2018 -0600
shell32: Add print icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 2e703dbc7a70f123cb4987648fc38d8d22c5b892) Signed-off-by: Michael Stefaniuc mstefani@winehq.org
---
dlls/shell32/shell32.rc | 3 +++ dlls/shell32/shresdef.h | 1 + 2 files changed, 4 insertions(+)
diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 36d2762..69f2748 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -806,6 +806,9 @@ IDI_SHELL_COPY ICON resources/copy.ico /* @makedep: resources/internet.ico */ IDI_SHELL_UPLOAD ICON resources/internet.ico
+/* @makedep: resources/printer.ico */ +IDI_SHELL_PRINT ICON resources/printer.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_EMPTY_RECYCLE_BIN2 ICON resources/trash_file.ico
diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index 7430751..86f24c1 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -308,6 +308,7 @@ #define IDI_SHELL_RENAME 242 #define IDI_SHELL_COPY 243 #define IDI_SHELL_UPLOAD 244 +#define IDI_SHELL_PRINT 245 #define IDI_SHELL_EMPTY_RECYCLE_BIN2 254 #define IDI_SHELL_NEW_NETWORK_FOLDER 258 #define IDI_SHELL_WRITE_DISC 260