GTK translation updates

svn: r1155
This commit is contained in:
Don Allingham
2002-10-28 13:36:39 +00:00
parent 0585d6fefd
commit 7cb2c15d32
24 changed files with 1567 additions and 1487 deletions

View File

@@ -1655,7 +1655,7 @@ def readData(database,active_person,cb):
db = database
callback = cb
top = gtk.GtkFileSelection("%s - GRAMPS" % _("Import from GEDCOM"))
top = gtk.FileSelection("%s - GRAMPS" % _("Import from GEDCOM"))
top.hide_fileop_buttons()
top.ok_button.connect_object('clicked', on_ok_clicked,top)
top.cancel_button.connect_object('clicked', Utils.destroy_passed_object,top)