Commit df48fd9a authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add run icon.

parent 84e2cf03
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment