Commit 4daea1d7 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add system search icon.

parent 2633414c
......@@ -596,6 +596,10 @@ IDI_SHELL_FILES ICON resources/document.ico
/* @makedep: resources/search.ico */
IDI_SHELL_FILE_SEARCH ICON resources/search.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/search.ico */
IDI_SHELL_SYSTEM_SEARCH ICON resources/search.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico
......
......@@ -226,6 +226,7 @@
/* 55 - 132 not used on Windows */
#define IDI_SHELL_FILES 133
#define IDI_SHELL_FILE_SEARCH 134
#define IDI_SHELL_SYSTEM_SEARCH 135
#define IDI_SHELL_REMOTE_PRINTER 140
#define IDI_SHELL_TO_FILE_PRINTER 141
#define IDI_SHELL_TRASH_FILE 142
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment