2006-10-28 Don Allingham <don@gramps-project.org>
* src/plugins/FamilyGroup.py: fix typo svn: r7475
This commit is contained in:
parent
9dea5c1a3a
commit
9d76d63701
@ -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.
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user