Window title strings

svn: r1327
This commit is contained in:
Don Allingham
2003-03-06 06:12:51 +00:00
parent e7b9686861
commit 368378119d
32 changed files with 314 additions and 327 deletions

View File

@@ -40,8 +40,9 @@ class QuickAdd:
})
self.window = self.xml.get_widget("addperson")
Utils.set_title_label(self.xml,_('Add Person'))
title = self.xml.get_widget('title')
Utils.set_titles(self.window,title, _('Add Person'))
self.c = AutoComp.AutoCombo(self.xml.get_widget("surnameCombo"),
self.db.getSurnames())