Commit 1a21156b authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

shell32: Add PostScript font icon.

parent d805b6d1
......@@ -667,6 +667,10 @@ IDI_SHELL_SYSTEM_FONT ICON resources/document.ico
/* @makedep: resources/document.ico */
IDI_SHELL_TRUETYPE_FONT ICON resources/document.ico
/* FIXME: Following resource is not yet added */
/* @makedep: resources/document.ico */
IDI_SHELL_POSTSCRIPT_FONT ICON resources/document.ico
/* @makedep: resources/delete.ico */
IDI_SHELL_CONFIRM_DELETE ICON resources/delete.ico
......
......@@ -247,6 +247,7 @@
#define IDI_SHELL_LIBRARY_FILE 154
#define IDI_SHELL_SYSTEM_FONT 155
#define IDI_SHELL_TRUETYPE_FONT 156
#define IDI_SHELL_POSTSCRIPT_FONT 157
#define IDI_SHELL_CONFIRM_DELETE 161
#define IDI_SHELL_DEFAULT_PRINTER 168
#define IDI_SHELL_DEFAULT_REMOTE_PRINTER 169
......
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