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

shell32: Add treeview icon.

parent ffa4ce52
......@@ -689,6 +689,10 @@ IDI_SHELL_DISK_CHECK ICON resources/drive.ico
/* @makedep: resources/drive.ico */
IDI_SHELL_DEFRAGMENT ICON resources/drive.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/menu.ico */
IDI_SHELL_TREEVIEW ICON resources/menu.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
......
......@@ -258,6 +258,7 @@
#define IDI_SHELL_DEFAULT_PRINTER 168
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
#define IDI_SHELL_TREEVIEW 171
#define IDI_SHELL_FAVORITES_FOLDER 173
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
......
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