shell32: Add fax machine icons.

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-28 23:47:32 -06:00 committed by Alexandre Julliard
parent a3ee187683
commit 5feff64045
2 changed files with 21 additions and 0 deletions

View File

@ -766,6 +766,22 @@ IDI_SHELL_WEB_FOLDERS ICON resources/internet.ico
/* @makedep: resources/security.ico */
IDI_SHELL_PASSWORDS ICON resources/security.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_DEFAULT_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_DEFAULT_NETWORK_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/printer.ico */
IDI_SHELL_NETWORK_FAX ICON resources/printer.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/security.ico */
IDI_SHELL_USERS ICON resources/security.ico

View File

@ -280,6 +280,11 @@
#define IDI_SHELL_FULL_RECYCLE_BIN_95 192
#define IDI_SHELL_WEB_FOLDERS 193
#define IDI_SHELL_PASSWORDS 194
/* 195 not used on Windows */
#define IDI_SHELL_FAX 196
#define IDI_SHELL_DEFAULT_FAX 197
#define IDI_SHELL_DEFAULT_NETWORK_FAX 198
#define IDI_SHELL_NETWORK_FAX 199
/* 211 - 219 not used on Windows */
#define IDI_SHELL_USERS 220
#define IDI_SHELL_MY_DOCUMENTS 235