* src/NameEdit.py: preserve custom name types
svn: r5191
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
2005-09-12 Don Allingham <don@gramps-project.org>
|
||||
* src/NameEdit.py: preserve custom name types
|
||||
* src/plugins/ScratchPad.py: handle unicode better
|
||||
* src/DdTargets.py: handle unicode better
|
||||
|
||||
|
@ -261,7 +261,7 @@ class NameEditor:
|
||||
|
||||
if const.NameTypesMap.has_value(mtype):
|
||||
mtype = const.NameTypesMap.find_key(mtype)
|
||||
else:
|
||||
if not mtype:
|
||||
mtype = "Also Known As"
|
||||
|
||||
if self.name == None:
|
||||
|
Reference in New Issue
Block a user