Merge REP_OPT branch

svn: r3827
This commit is contained in:
Alex Roitman
2004-12-22 01:56:37 +00:00
parent 4dd9d443e2
commit c8bfe2e8d3
17 changed files with 2025 additions and 903 deletions

View File

@@ -1167,8 +1167,10 @@ Plugins.register_text_doc(
table=1,
paper=1,
style=1,
ext=""
)
ext="",
print_report_label=None,
clname='print')
Plugins.register_book_doc(
_("Print..."),
@@ -1176,11 +1178,14 @@ Plugins.register_book_doc(
1,
1,
1,
"")
"",
'print')
Plugins.register_draw_doc(
_("Print..."),
LPRDoc,
1,
1,
"");
"",
None,
'print')