Hide main window until it is completely initialized.
svn: r1348
This commit is contained in:
@ -827,7 +827,7 @@ class Name(DataObj):
|
||||
self.Surname = ""
|
||||
self.Suffix = ""
|
||||
self.Title = ""
|
||||
self.type = ""
|
||||
self.type = "Birth Name"
|
||||
self.Prefix = ""
|
||||
|
||||
def getSurnamePrefix(self):
|
||||
|
Reference in New Issue
Block a user