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

shell32: Add documents icon.

parent 12a6a58c
......@@ -801,6 +801,10 @@ IDI_SHELL_POWER_OFF ICON resources/shut_down.ico
IDI_SHELL_DVD ICON resources/optical_disc.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/document.ico */
IDI_SHELL_DOCUMENTS ICON resources/document.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/optical_disc.ico */
IDI_SHELL_MUSIC_CD_95 ICON resources/optical_disc.ico
......
......@@ -292,6 +292,7 @@
#define IDI_SHELL_USERS 220
#define IDI_SHELL_POWER_OFF 221
#define IDI_SHELL_DVD 222
#define IDI_SHELL_DOCUMENTS 223
#define IDI_SHELL_MUSIC_CD_95 228
#define IDI_SHELL_MY_DOCUMENTS 235
#define IDI_SHELL_MY_PICTURES 236
......
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