parent
d88677ce80
commit
cb4e46d627
|
@ -42,6 +42,9 @@ from common import i18n
|
|||
from common import gajim
|
||||
from common import helpers
|
||||
|
||||
gtk.glade.bindtextdomain(i18n.APP, i18n.DIR)
|
||||
gtk.glade.textdomain(i18n.APP)
|
||||
|
||||
screen_w = gtk.gdk.screen_width()
|
||||
screen_h = gtk.gdk.screen_height()
|
||||
|
||||
|
|
Loading…
Reference in New Issue