Title handling

svn: r1328
This commit is contained in:
Don Allingham
2003-03-07 02:21:18 +00:00
parent 368378119d
commit b6fe29b4d8
30 changed files with 1995 additions and 1612 deletions

View File

@@ -1036,6 +1036,7 @@ class Gramps:
})
fileSelector = wFs.get_widget("fileselection")
fileSelector.set_title('%s - GRAMPS' % _('Save database'))
fileSelector.show()
def on_save_activate(self,obj):