Commit 5feff640 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add fax machine icons.

parent a3ee1876
......@@ -767,6 +767,22 @@ IDI_SHELL_WEB_FOLDERS ICON resources/internet.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
......
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