Corrected typo
svn: r3445
This commit is contained in:
parent
76fc2f32ce
commit
6faf21155f
@ -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(
|
||||
|
@ -77,7 +77,7 @@ class ChangeTypes:
|
||||
def on_apply_clicked(self,obj):
|
||||
modified = 0
|
||||
original = unicode(self.auto1.child.get_text())
|
||||
new = unicode(self.auto2.child..get_text())
|
||||
new = unicode(self.auto2.child.get_text())
|
||||
|
||||
for person_handle in self.db.get_person_handles(sort_handles=False):
|
||||
person = self.db.get_person_from_handle(person_handle)
|
||||
|
Loading…
Reference in New Issue
Block a user