* src/plugins/FamilyGroup.py (dump_parent): Typo.
svn: r3917
This commit is contained in:
parent
2444226acc
commit
5c08a9cb9a
@ -1,6 +1,7 @@
|
|||||||
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
2005-01-16 Alex Roitman <shura@alex.neuro.umn.edu>
|
||||||
* src/Plugins.py (reload_plugins): Check for status.
|
* src/Plugins.py (reload_plugins): Check for status.
|
||||||
* src/Report.py: pychecker fixes
|
* src/Report.py: pychecker fixes
|
||||||
|
* src/plugins/FamilyGroup.py (dump_parent): Typo.
|
||||||
|
|
||||||
2005-01-15 Don Allingham <dallingham@users.sourceforge.net>
|
2005-01-15 Don Allingham <dallingham@users.sourceforge.net>
|
||||||
* src/EditPerson.py: don't use quote date
|
* src/EditPerson.py: don't use quote date
|
||||||
|
@ -166,7 +166,7 @@ class FamilyGroup(Report.Report):
|
|||||||
else:
|
else:
|
||||||
the_id = _("Wife")
|
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_row()
|
||||||
self.doc.start_cell('FGR-ParentHead',3)
|
self.doc.start_cell('FGR-ParentHead',3)
|
||||||
self.doc.start_paragraph('FGR-ParentName')
|
self.doc.start_paragraph('FGR-ParentName')
|
||||||
|
Loading…
Reference in New Issue
Block a user