Corrected typo

svn: r3445
This commit is contained in:
Matthieu Pupate 2004-08-19 22:10:26 +00:00
parent 76fc2f32ce
commit 6faf21155f
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -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)