diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 47e1c17c080..c7e69d78e8a 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -498,6 +498,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 d352d7c62eb..0759551f935 100644 --- a/dlls/shell32/shresdef.h +++ b/dlls/shell32/shresdef.h @@ -193,6 +193,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