Module: wine Branch: stable Commit: eb613941c820501c5751b1002a024f3d181f8c59 URL: https://source.winehq.org/git/wine.git/?a=commit;h=eb613941c820501c5751b1002...
Author: Alex Henrie alexhenrie24@gmail.com Date: Sun Aug 26 22:21:03 2018 -0600
shell32: Add "print to file" icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit b1d6191eb2a4a306171ae9c777fe8138e6828d38) Signed-off-by: Michael Stefaniuc mstefani@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 4d7d346..86e05b1 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -549,6 +549,10 @@ IDI_SHELL_ADD_PRINTER ICON resources/printer.ico /* @makedep: resources/printer.ico */ IDI_SHELL_REMOTE_PRINTER ICON resources/printer.ico
+/* FIXME: Following resource is not yet added */ +/* @makedep: resources/printer.ico */ +IDI_SHELL_TO_FILE_PRINTER ICON resources/printer.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico