Commit b14d8f9f authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add document icon.

parent 4b5d0f2f
......@@ -422,6 +422,9 @@ END
/* @makedep: document.ico */
IDI_SHELL_FILE ICON document.ico
/* @makedep: document.ico */
IDI_SHELL_DOCUMENT ICON document.ico
/* @makedep: folder.ico */
IDI_SHELL_FOLDER ICON folder.ico
......
......@@ -170,6 +170,7 @@
#define IDD_TREEVIEW 0x3741
#define IDI_SHELL_FILE 1
#define IDI_SHELL_DOCUMENT 2
#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