HIG improvements

svn: r1358
This commit is contained in:
Don Allingham
2003-03-19 04:27:34 +00:00
parent 686f3533d4
commit 2615f4c186
17 changed files with 1082 additions and 1277 deletions

View File

@@ -80,6 +80,11 @@ class PackageWriter:
}
self.top = gtk.glade.XML(glade_file,"packageExport")
Utils.set_titles(self.top.get_widget('packageExport'),
self.top.get_widget('title'),
_('Package export'))
self.top.signal_autoconnect(dic)
self.top.get_widget("packageExport").show()