* 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

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