2006-10-28 Don Allingham <don@gramps-project.org>

* src/plugins/FamilyGroup.py: fix typo



svn: r7475
This commit is contained in:
Don Allingham 2006-10-29 02:02:16 +00:00
parent 9dea5c1a3a
commit 9d76d63701
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2006-10-28 Don Allingham <don@gramps-project.org>
* src/plugins/FamilyGroup.py: fix typo
2006-10-28 Alex Roitman <shura@gramps-project.org>
* src/data/tips.xml.in: Replace -> with >
* help/ru/ro.po: Add po file, to start translating the manual.

View File

@ -384,7 +384,7 @@ class FamilyGroup(Report):
break
if m or self.missingInfo:
self.doc.start_table("MarriageInfo"),'FGR-ParentTable')
self.doc.start_table("MarriageInfo",'FGR-ParentTable')
self.doc.start_row()
self.doc.start_cell('FGR-ParentHead',3)
self.doc.start_paragraph('FGR-ParentName')