shell32: Add XP install icon.

Signed-off-by: Alex Henrie <alexhenrie24@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alex Henrie 2018-08-30 21:41:21 -06:00 committed by Alexandre Julliard
parent ce40aa4edf
commit 46dcc1a3df
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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