Alex Henrie : shell32: Add printer folder icon.
Module: wine Branch: stable Commit: 9716a5390505f0325f0eb4a20c2b3000ec499224 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9716a5390505f0325f0eb4a20... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Tue Aug 21 20:37:48 2018 -0600 shell32: Add printer folder icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit dcf8525af3da4e9cd25428ea86e244e03de91477) Signed-off-by: Michael Stefaniuc <mstefani(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 5fa3d8b..7799511 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -464,6 +464,10 @@ IDI_SHELL_CONTROL_PANEL ICON resources/control.ico /* @makedep: resources/folder.ico */ IDI_APP_FOLDER ICON resources/folder.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: resources/folder.ico */ +IDI_PRINTERS_FOLDER ICON resources/folder.ico + /* @makedep: resources/trash_file.ico */ IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
participants (1)
-
Alexandre Julliard