1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-19 20:38:00 +01:00

Fix incomplete translation issue for the GTK client

This commit is contained in:
David Paleino
2011-10-19 12:31:31 +02:00
parent 8fc96ed70b
commit 98d913990d
2 changed files with 2 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ class appGui(object):
gladefile = os.path.join(wpath.gtk, "wicd.ui")
self.wTree = gtk.Builder()
self.wTree.set_translation_domain('wicd')
self.wTree.add_from_file(gladefile)
self.window = self.wTree.get_object("window1")
width = int(gtk.gdk.screen_width() / 2)