Hide main window until it is completely initialized.

svn: r1348
This commit is contained in:
Don Allingham
2003-03-14 05:46:02 +00:00
parent 4bbcb97203
commit f7900f4581
5 changed files with 226 additions and 231 deletions

View File

@ -827,7 +827,7 @@ class Name(DataObj):
self.Surname = ""
self.Suffix = ""
self.Title = ""
self.type = ""
self.type = "Birth Name"
self.Prefix = ""
def getSurnamePrefix(self):