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:
parent
a3ee187683
commit
5feff64045
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue