diff --git a/dlls/shell32/Makefile.in b/dlls/shell32/Makefile.in index 5d2b9cc4fff..d5b4a3ea8e2 100644 --- a/dlls/shell32/Makefile.in +++ b/dlls/shell32/Makefile.in @@ -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 \ diff --git a/dlls/shell32/resources/help.ico b/dlls/shell32/resources/help.ico new file mode 100644 index 00000000000..b7fad4a4153 Binary files /dev/null and b/dlls/shell32/resources/help.ico differ diff --git a/dlls/shell32/resources/help.svg b/dlls/shell32/resources/help.svg new file mode 100644 index 00000000000..41be328ec89 --- /dev/null +++ b/dlls/shell32/resources/help.svg @@ -0,0 +1,647 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + 2005-11-06 + + + Tuomas Kuosmanen + + + + + help + browser + documentation + docs + man + info + + + + + + Jakub Steiner, Andreas Nilsson + + + http://tigert.com + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/dlls/shell32/shell32.rc b/dlls/shell32/shell32.rc index 4991062f4cb..47e1c17c080 100644 --- a/dlls/shell32/shell32.rc +++ b/dlls/shell32/shell32.rc @@ -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