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

shell32: Add network folder icon.

parent 45045577
......@@ -693,6 +693,10 @@ IDI_SHELL_DEFRAGMENT ICON resources/drive.ico
/* @makedep: resources/menu.ico */
IDI_SHELL_TREEVIEW ICON resources/menu.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_NETWORK_FOLDER ICON resources/folder.ico
/* @makedep: resources/favorites.ico */
IDI_SHELL_FAVORITES_FOLDER ICON resources/favorites.ico
......
......@@ -259,6 +259,7 @@
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
#define IDI_SHELL_DEFAULT_TO_FILE_PRINTER 170
#define IDI_SHELL_TREEVIEW 171
#define IDI_SHELL_NETWORK_FOLDER 172
#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