Alex Henrie : shell32: Add text file icon.
Module: wine Branch: stable Commit: 900da5a8c82b47309ff846d8489c073d5a6a348e URL: https://source.winehq.org/git/wine.git/?a=commit;h=900da5a8c82b47309ff846d84... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Mon Aug 27 20:40:45 2018 -0600 shell32: Add text file icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit 8abd69dc973d0e03b5946eccad2b04648d12b0d5) 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 17903bf..cc1eaf7 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -581,6 +581,10 @@ IDI_SHELL_INSTALL ICON resources/update.ico /* @makedep: resources/document.ico */ IDI_SHELL_CONFIG_FILE ICON resources/document.ico +/* FIXME: Following resource is not yet added */ +/* @makedep: resources/document.ico */ +IDI_SHELL_TEXT_FILE 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 7d63502..60c0415 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -238,6 +238,7 @@ #define IDI_SHELL_INSTALL 148 /* 149 - 150 not used on Windows */ #define IDI_SHELL_CONFIG_FILE 151 +#define IDI_SHELL_TEXT_FILE 152 #define IDI_SHELL_CONFIRM_DELETE 161 #define IDI_SHELL_DEFAULT_PRINTER 168 #define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
participants (1)
-
Alexandre Julliard