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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user