shell32: Add shutdown confirmation 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-26 22:20:53 -06:00 committed by Alexandre Julliard
parent 5f82532b21
commit b8bc0a3d0d
2 changed files with 4 additions and 0 deletions

View File

@ -569,6 +569,9 @@ IDI_SHELL_UPDATE ICON resources/update.ico
/* @makedep: resources/lock.ico */
IDI_SHELL_RIGHTS ICON resources/lock.ico
/* @makedep: resources/shut_down.ico */
IDI_SHELL_CONFIRM_SHUTDOWN ICON resources/shut_down.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -217,6 +217,7 @@
#define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_UPDATE 47
#define IDI_SHELL_RIGHTS 48
#define IDI_SHELL_CONFIRM_SHUTDOWN 49
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142