Commit 1794e516 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add web folder icons.

parent c71e363a
......@@ -707,6 +707,17 @@ IDI_SHELL_CHECKLIST_FOLDER ICON resources/folder.ico
/* @makedep: resources/network.ico */
IDI_SHELL_NET_CONNECTIONS ICON resources/network.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/folder.ico */
IDI_SHELL_NEW_WEB_FOLDER ICON resources/folder.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/document.ico */
IDI_SHELL_NEW_WEB_PAGE ICON resources/document.ico
/* @makedep: resources/internet.ico */
IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_DOCUMENTS ICON resources/mydocs.ico
......
......@@ -263,6 +263,9 @@
#define IDI_SHELL_FAVORITES_FOLDER 173
#define IDI_SHELL_CHECKLIST_FOLDER 174
#define IDI_SHELL_NET_CONNECTIONS 175
#define IDI_SHELL_NEW_WEB_FOLDER 176
#define IDI_SHELL_NEW_WEB_PAGE 178
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
......
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