Commit 46dcc1a3 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add XP install icon.

parent ce40aa4e
......@@ -933,6 +933,9 @@ IDI_SHELL_SHARED_FOLDER ICON resources/folder.ico
/* @makedep: resources/users.ico */
IDI_SHELL_USERS_XP ICON resources/users.ico
/* @makedep: resources/update.ico */
IDI_SHELL_INSTALL_XP ICON resources/update.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_MULTIFUNCTION_PRINTER ICON resources/printer.ico
......
......@@ -329,6 +329,7 @@
#define IDI_SHELL_BURN_DISC 266
#define IDI_SHELL_SHARED_FOLDER 267
#define IDI_SHELL_USERS_XP 269
#define IDI_SHELL_INSTALL_XP 271
#define IDI_SHELL_MULTIFUNCTION_PRINTER 272
#define IDI_SHELL_INTERNET 273
#define IDI_SHELL_WEB_CALENDAR 276
......
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