Commit 1adf857a authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

shdoclc: Added print template strings.

parent cc6e4e25
...@@ -24,6 +24,12 @@ STRINGTABLE DISCARDABLE ...@@ -24,6 +24,12 @@ STRINGTABLE DISCARDABLE
IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer" IDS_MESSAGE_BOX_TITLE, "Wine Internet Explorer"
} }
STRINGTABLE DISCARDABLE
{
IDS_PRINT_HEADER_TEMPLATE "&w&bPage &p" /* FIXME: should be "&w&bPage &p of &P" */
IDS_PRINT_FOOTER_TEMPLATE "&u&b&d"
}
IDR_BROWSE_CONTEXT_MENU MENU IDR_BROWSE_CONTEXT_MENU MENU
{ {
POPUP "Default" POPUP "Default"
......
...@@ -18,6 +18,9 @@ ...@@ -18,6 +18,9 @@
#define IDS_MESSAGE_BOX_TITLE 2213 #define IDS_MESSAGE_BOX_TITLE 2213
#define IDS_PRINT_HEADER_TEMPLATE 8403
#define IDS_PRINT_FOOTER_TEMPLATE 8404
#define IDR_BROWSE_CONTEXT_MENU 24641 #define IDR_BROWSE_CONTEXT_MENU 24641
#define IDM_TRACETAGS 6004 #define IDM_TRACETAGS 6004
......
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