shell32: Add folder search 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:50 -06:00 committed by Alexandre Julliard
parent 856e68e131
commit 15c0612914
3 changed files with 5 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 76 KiB

View File

@ -559,6 +559,10 @@ IDI_SHELL_FAVORITES ICON resources/favorites.ico
/* @makedep: resources/log_off.ico */
IDI_SHELL_LOG_OFF ICON resources/log_off.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH_FOLDER ICON resources/search.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico

View File

@ -214,6 +214,7 @@
#define IDI_SHELL_REMOTE_FOLDER 43
#define IDI_SHELL_FAVORITES 44
#define IDI_SHELL_LOG_OFF 45
#define IDI_SHELL_SEARCH_FOLDER 46
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142