Corrected typo
svn: r3445
This commit is contained in:
@@ -594,7 +594,7 @@ try:
|
||||
Plugins.register_text_doc(type, PdfDoc, 1, 0, 1, ".pdf", print_label)
|
||||
Plugins.register_draw_doc(type, PdfDoc, 1, 1, ".pdf", print_label)
|
||||
except:
|
||||
Plugins.register_text_doc('PDF document', PdflDoc, 1, 0, 1,".pdf", None)
|
||||
Plugins.register_text_doc('PDF document', PdfDoc, 1, 0, 1,".pdf", None)
|
||||
Plugins.register_draw_doc('PDF document', PdfDoc, 1, 1, ".pdf", None)
|
||||
|
||||
Plugins.register_book_doc(
|
||||
|
||||
Reference in New Issue
Block a user