shell32: Add options icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
oldstable
Alex Henrie 2018-08-26 22:20:59 -06:00 committed by Alexandre Julliard
parent 4daea1d7ef
commit 9fb7f21b61
2 changed files with 5 additions and 0 deletions

View File

@ -600,6 +600,9 @@ IDI_SHELL_FILE_SEARCH ICON resources/search.ico
/* @makedep: resources/search.ico */
IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
/* @makedep: resources/control.ico */
IDI_SHELL_OPTIONS ICON resources/control.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -227,6 +227,8 @@
#define IDI_SHELL_FILES 133
#define IDI_SHELL_FILE_SEARCH 134
#define IDI_SHELL_SYSTEM_SEARCH 135
/* 136 not used on Windows */
#define IDI_SHELL_OPTIONS 137
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142