Commit 5ee4e002 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add window icon.

Adapted from new-window.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 b14d8f9f
......@@ -78,4 +78,5 @@ SVG_SRCS = \
printer.svg \
ramdisk.svg \
shortcut.svg \
trash_file.svg
trash_file.svg \
window.svg
......@@ -425,6 +425,9 @@ IDI_SHELL_FILE ICON document.ico
/* @makedep: document.ico */
IDI_SHELL_DOCUMENT ICON document.ico
/* @makedep: window.ico */
IDI_SHELL_WINDOW ICON window.ico
/* @makedep: folder.ico */
IDI_SHELL_FOLDER ICON folder.ico
......
......@@ -171,6 +171,7 @@
#define IDI_SHELL_FILE 1
#define IDI_SHELL_DOCUMENT 2
#define IDI_SHELL_WINDOW 3
#define IDI_SHELL_FOLDER 4
#define IDI_SHELL_FOLDER_OPEN 5
#define IDI_SHELL_5_12_FLOPPY 6
......
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