Commit 8969e6f3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add "trash full" icon.

Adapted from user-trash-full in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 905685c3
......@@ -87,4 +87,5 @@ SVG_SRCS = \
resources/shut_down.svg \
resources/sleep.svg \
resources/trash_file.svg \
resources/trash_full.svg \
resources/window.svg
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -513,6 +513,9 @@ 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
......@@ -520,9 +523,6 @@ IDI_SHELL_DESKTOP ICON resources/desktop.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
/* @makedep: resources/delete.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