Commit 84e2cf03 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add help icon.

Adapted from help-browser in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent c1b264ac
......@@ -71,6 +71,7 @@ SVG_SRCS = \
resources/floppy.svg \
resources/folder.svg \
resources/folder_open.svg \
resources/help.svg \
resources/internet.svg \
resources/mycomputer.svg \
resources/mydocs.svg \
......
......@@ -495,6 +495,9 @@ IDI_SHELL_SETTINGS ICON resources/control.ico
/* @makedep: resources/search.ico */
IDI_SHELL_SEARCH ICON resources/search.ico
/* @makedep: resources/help.ico */
IDI_SHELL_HELP ICON resources/help.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