ansel/utf8 encodings

svn: r1258
This commit is contained in:
Don Allingham
2003-01-19 06:25:20 +00:00
parent af7a07d49d
commit a9f8fe034f
15 changed files with 480 additions and 487 deletions

View File

@@ -51,7 +51,8 @@ class ReadNative:
self.top.show()
def show_display(self):
self.window = gtk.Window(title=_("Import from GRAMPS"))
self.window = gtk.Window()
self.window.set_title(_("Import from GRAMPS"))
vbox = gtk.VBox()
self.window.add(vbox)
label = gtk.Label(_("Import from GRAMPS"))