shell32: Add second 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-27 20:40:51 -06:00 committed by Alexandre Julliard
parent 1a21156bc9
commit 3aa81e8407
2 changed files with 5 additions and 0 deletions

View File

@ -671,6 +671,9 @@ IDI_SHELL_TRUETYPE_FONT ICON resources/document.ico
/* @makedep: resources/document.ico */
IDI_SHELL_POSTSCRIPT_FONT ICON resources/document.ico
/* @makedep: resources/window.ico */
IDI_SHELL_RUN2 ICON resources/window.ico
/* @makedep: resources/delete.ico */
IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico

View File

@ -248,6 +248,8 @@
#define IDI_SHELL_SYSTEM_FONT 155
#define IDI_SHELL_TRUETYPE_FONT 156
#define IDI_SHELL_POSTSCRIPT_FONT 157
/* 158 - 159 not used on Windows */
#define IDI_SHELL_RUN2 160
#define IDI_SHELL_CONFIRM_DELETE 161
#define IDI_SHELL_DEFAULT_PRINTER 168
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169