shdoclc: Added print template strings.
This commit is contained in:
parent
cc6e4e2525
commit
1adf857afc
|
@ -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 @@
|
||||||
|
|
||||||
#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
|
||||||
|
|
Loading…
Reference in New Issue