* src/plugins/Ancestors.py: Typo.
* src/plugins/IndivComplete.py: Typo. svn: r2732
This commit is contained in:
@@ -736,7 +736,7 @@ class ComprehensiveAncestorsReport (Report.Report):
|
||||
for name in names:
|
||||
paras.append ((self.doc.start_paragraph, ['AR-Details']))
|
||||
paras.append ((self.doc.write_text,
|
||||
[const.NameTypesMap.get_value(name.getType ()) +
|
||||
[const.NameTypesMap.find_value(name.getType ()) +
|
||||
': ' + name.getRegularName ()]))
|
||||
paras.append ((self.doc.end_paragraph, []))
|
||||
|
||||
|
@@ -233,7 +233,7 @@ class IndivComplete(Report.Report):
|
||||
self.d.end_row()
|
||||
|
||||
for name in self.person.getAlternateNames():
|
||||
type = const.NameTypesMap.get_value(name.getType())
|
||||
type = const.NameTypesMap.find_value(name.getType())
|
||||
self.d.start_row()
|
||||
self.normal_cell(type)
|
||||
text = name.getRegularName()
|
||||
|
Reference in New Issue
Block a user