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:
parent
84e2cf0375
commit
df48fd9a27
|
@ -498,6 +498,9 @@ IDI_SHELL_SEARCH ICON resources/search.ico
|
||||||
/* @makedep: resources/help.ico */
|
/* @makedep: resources/help.ico */
|
||||||
IDI_SHELL_HELP ICON 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 */
|
/* @makedep: resources/shortcut.ico */
|
||||||
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
|
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
|
||||||
|
|
||||||
|
|
|
@ -193,6 +193,7 @@
|
||||||
#define IDI_SHELL_SETTINGS 22
|
#define IDI_SHELL_SETTINGS 22
|
||||||
#define IDI_SHELL_SEARCH 23
|
#define IDI_SHELL_SEARCH 23
|
||||||
#define IDI_SHELL_HELP 24
|
#define IDI_SHELL_HELP 24
|
||||||
|
#define IDI_SHELL_RUN 25
|
||||||
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
|
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
|
||||||
#define IDI_SHELL_SHORTCUT 30
|
#define IDI_SHELL_SHORTCUT 30
|
||||||
#define IDI_SHELL_FOLDER_OPEN_SMALL 31
|
#define IDI_SHELL_FOLDER_OPEN_SMALL 31
|
||||||
|
|
Loading…
Reference in New Issue