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

shell32: Add MSN icon.

parent 8b59c7fc
......@@ -852,6 +852,10 @@ IDI_SHELL_MY_MUSIC ICON resources/mydocs.ico
/* @makedep: resources/mydocs.ico */
IDI_SHELL_MY_VIDEOS ICON resources/mydocs.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/internet.ico */
IDI_SHELL_MSN ICON resources/internet.ico
/* @makedep: resources/rename.ico */
IDI_SHELL_RENAME ICON resources/rename.ico
......
......@@ -306,6 +306,7 @@
#define IDI_SHELL_MY_PICTURES 236
#define IDI_SHELL_MY_MUSIC 237
#define IDI_SHELL_MY_VIDEOS 238
#define IDI_SHELL_MSN 239
#define IDI_SHELL_RENAME 242
#define IDI_SHELL_COPY 243
#define IDI_SHELL_EMPTY_RECYCLE_BIN2 254
......
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