* src/plugins/FamilyGroup.py (dump_parent): Typo.

svn: r3917
This commit is contained in:
Alex Roitman 2005-01-16 18:55:38 +00:00
parent de38bec406
commit a91ea37f9c
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
* src/Plugins.py (reload_plugins): Check for status.
* src/Report.py: pychecker fixes
* src/plugins/FamilyGroup.py (dump_parent): Typo.
2005-01-15 Don Allingham <dallingham@users.sourceforge.net>
* src/EditPerson.py: don't use quote date

View File

@ -166,7 +166,7 @@ class FamilyGroup(Report.Report):
else:
the_id = _("Wife")
self.doc.start_table(id,'FGR-ParentTable')
self.doc.start_table(the_id,'FGR-ParentTable')
self.doc.start_row()
self.doc.start_cell('FGR-ParentHead',3)
self.doc.start_paragraph('FGR-ParentName')