shell32: Add run icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-20 22:33:35 -06:00 committed by Alexandre Julliard
parent 84e2cf0375
commit df48fd9a27
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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