Commit c1b264ac authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add search icon.

Adapted from system-search.svg in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 791b057e
......@@ -80,6 +80,7 @@ SVG_SRCS = \
resources/printer.svg \
resources/ramdisk.svg \
resources/recent.svg \
resources/search.svg \
resources/shortcut.svg \
resources/trash_file.svg \
resources/window.svg
......@@ -492,6 +492,9 @@ IDI_SHELL_RECENT_DOCUMENTS ICON resources/recent.ico
/* @makedep: resources/control.ico */
IDI_SHELL_SETTINGS ICON resources/control.ico
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH ICON resources/search.ico
/* @makedep: resources/shortcut.ico */
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
......
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