NameDisplay enhancements

svn: r4969
This commit is contained in:
Don Allingham
2005-07-26 23:02:53 +00:00
parent e968be0d0b
commit 2335612283
15 changed files with 153 additions and 104 deletions

View File

@@ -233,7 +233,7 @@ class SelectChild:
self.db.commit_person(select_child,trans)
self.db.commit_family(self.family,trans)
n = select_child.get_primary_name().get_regular_name()
n = NameDisplay.displayer.display(select_child)
self.db.transaction_commit(trans,_("Add Child to Family (%s)") % n)
self.close(obj)
self.callback()