Commit 76e02a83 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add recent documents icon.

Adapted from appointment-new.svg in the Tango Icon Library. Signed-off-by: 's avatarAlex Henrie <alexhenrie24@gmail.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent f0c1f79b
......@@ -79,6 +79,7 @@ SVG_SRCS = \
network.svg \
printer.svg \
ramdisk.svg \
recent.svg \
shortcut.svg \
trash_file.svg \
window.svg
......@@ -486,6 +486,9 @@ IDI_SHELL_MY_NETWORK_PLACES ICON network.ico
/* @makedep: network.ico */
IDI_SHELL_COMPUTERS_NEAR_ME ICON network.ico
/* @makedep: recent.ico */
IDI_SHELL_RECENT_DOCUMENTS ICON recent.ico
/* @makedep: shortcut.ico */
IDI_SHELL_SHORTCUT ICON shortcut.ico
......
......@@ -189,6 +189,7 @@
#define IDI_SHELL_MY_NETWORK_PLACES 18
#define IDI_SHELL_COMPUTERS_NEAR_ME 19
#define IDI_SHELL_FOLDER_SMALL_XP 20
#define IDI_SHELL_RECENT_DOCUMENTS 21
#define IDI_SHELL_SEARCH 23
#define IDI_SHELL_HELP 24
#define IDI_SHELL_FOLDER_OPEN_LARGE 29
......
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