Module: wine Branch: stable Commit: 9e289323e6dce91844354b36d168676db7df9d80 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9e289323e6dce91844354b36d...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Aug 27 20:40:48 2018 -0600
shell32: Add system font icon.
Signed-off-by: Alex Henrie alexhenrie24@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org (cherry picked from commit 9669c4fad9b0dc4f6781d189de0ba9bac9ca5810) Signed-off-by: Michael Stefaniuc mstefani@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 1ec22a1..565db13 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -593,6 +593,10 @@ IDI_SHELL_BATCH_FILE ICON resources/window.ico /* @makedep: resources/document.ico */ IDI_SHELL_LIBRARY_FILE ICON resources/document.ico
+/* FIXME: Following resource is not yet added */ +/* @makedep: resources/document.ico */ +IDI_SHELL_SYSTEM_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 9413ea8..c8583d2 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -241,6 +241,7 @@ #define IDI_SHELL_TEXT_FILE 152 #define IDI_SHELL_BATCH_FILE 153 #define IDI_SHELL_LIBRARY_FILE 154 +#define IDI_SHELL_SYSTEM_FONT 155 #define IDI_SHELL_CONFIRM_DELETE 161 #define IDI_SHELL_DEFAULT_PRINTER 168 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169