Module: wine Branch: stable Commit: ec79f437ffa3146e621cc23c3ffd7cd91733107b URL: https://source.winehq.org/git/wine.git/?a=commit;h=ec79f437ffa3146e621cc23c3... Author: Alex Henrie <alexhenrie24(a)gmail.com> Date: Mon Aug 20 22:33:35 2018 -0600 shell32: Add run icon. Signed-off-by: Alex Henrie <alexhenrie24(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> (cherry picked from commit df48fd9a27d43eeb1ceb036fae042bcff1afd1df) Signed-off-by: Michael Stefaniuc <mstefani(a)winehq.org> --- dlls/shell32/shell32.rc | 3 +++ dlls/shell32/shresdef.h | 1 + 2 files changed, 4 insertions(+) diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 0bf8f9b..527ab84 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -432,6 +432,9 @@ IDI_SHELL_SEARCH ICON resources/search.ico /* @makedep: resources/help.ico */ IDI_SHELL_HELP ICON resources/help.ico +/* @makedep: resources/window.ico */ +IDI_SHELL_RUN ICON resources/window.ico + /* @makedep: resources/shortcut.ico */ IDI_SHELL_SHORTCUT ICON resources/shortcut.ico diff --git a/dlls/shell32/shresdef.h b/dlls/shell32/shresdef.h index b3a0284..b31038c 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -189,6 +189,7 @@ #define IDI_SHELL_SETTINGS 22 #define IDI_SHELL_SEARCH 23 #define IDI_SHELL_HELP 24 +#define IDI_SHELL_RUN 25 #define IDI_SHELL_FOLDER_OPEN_LARGE 29 #define IDI_SHELL_SHORTCUT 30 #define IDI_SHELL_FOLDER_OPEN_SMALL 31