shell32: Add "trash full" icon.

Adapted from user-trash-full in the Tango Icon Library.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-21 20:37:45 -06:00 committed by Alexandre Julliard
parent 905685c383
commit 8969e6f37f
4 changed files with 1705 additions and 3 deletions

View File

@ -87,4 +87,5 @@ SVG_SRCS = \
resources/shut_down.svg \
resources/sleep.svg \
resources/trash_file.svg \
resources/trash_full.svg \
resources/window.svg

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

File diff suppressed because it is too large Load Diff

After

Width:  |  Height:  |  Size: 114 KiB

View File

@ -513,15 +513,15 @@ IDI_SHELL_SHUT_DOWN ICON resources/shut_down.ico
/* @makedep: resources/shortcut.ico */
IDI_SHELL_SHORTCUT ICON resources/shortcut.ico
/* @makedep: resources/trash_full.ico */
IDI_SHELL_FULL_RECYCLE_BIN ICON resources/trash_full.ico
/* @makedep: resources/desktop.ico */
IDI_SHELL_DESKTOP ICON resources/desktop.ico
/* @makedep: resources/control.ico */
IDI_SHELL_CONTROL_PANEL ICON resources/control.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_FULL_RECYCLE_BIN ICON resources/trash_file.ico
/* @makedep: resources/trash_file.ico */
IDI_SHELL_TRASH_FILE ICON resources/trash_file.ico