Alex Henrie : shell32: Add "print to file" icon.
Module: wine Branch: master Commit: b1d6191eb2a4a306171ae9c777fe8138e6828d38 URL: https://source.winehq.org/git/wine.git/?a=commit;h=b1d6191eb2a4a306171ae9c77... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Sun Aug 26 22:21:03 2018 -0600 shell32: Add "print to file" icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)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 689534d..3ec02bd 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -615,6 +615,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
participants (1)
-
Alexandre Julliard