shell32-Toolbar_Bitmaps: Add more Tango icons.

This commit is contained in:
Sebastian Lackner 2016-03-03 07:19:41 +01:00
parent 91247236a6
commit 45dd21a99b
2 changed files with 7509 additions and 0 deletions

View File

@ -6263,8 +6263,10 @@ fi
# |
if test "$enable_shell32_Toolbar_Bitmaps" -eq 1; then
patch_apply shell32-Toolbar_Bitmaps/0001-shell32-Add-toolbar-bitmaps-compatible-with-IE6.patch
patch_apply shell32-Toolbar_Bitmaps/0002-shell32-Add-more-Tango-icons-to-the-IE-toolbar.patch
(
echo '+ { "Dmitry Timoshkov", "shell32: Add toolbar bitmaps compatible with IE6.", 1 },';
echo '+ { "Dmitry Timoshkov", "shell32: Add more Tango icons to the IE toolbar.", 1 },';
) >> "$patchlist"
fi