Alex Henrie : shell32: Add TrueType font icon.
Module: wine Branch: stable Commit: 135aa94b159e8e1d0ca6f065c16dbe8c022485b7 URL: https://source.winehq.org/git/wine.git/?a=commit;h=135aa94b159e8e1d0ca6f065c... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Mon Aug 27 20:40:49 2018 -0600 shell32: Add TrueType font icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit d805b6d165834cb6a9e52dec65bd01e5e1709db9) Signed-off-by: Michael Stefaniuc <mstefani(a)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 565db13..2c54be2 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -597,6 +597,10 @@ IDI_SHELL_LIBRARY_FILE ICON resources/document.ico /* @makedep: resources/document.ico */ IDI_SHELL_SYSTEM_FONT ICON resources/document.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: resources/document.ico */ +IDI_SHELL_TRUETYPE_FONT ICON resources/document.ico + /* @makedep: resources/delete.ico */ IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index c8583d2..19a6bae 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -242,6 +242,7 @@ #define IDI_SHELL_BATCH_FILE 153 #define IDI_SHELL_LIBRARY_FILE 154 #define IDI_SHELL_SYSTEM_FONT 155 +#define IDI_SHELL_TRUETYPE_FONT 156 #define IDI_SHELL_CONFIRM_DELETE 161 #define IDI_SHELL_DEFAULT_PRINTER 168 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
participants (1)
-
Alexandre Julliard