translate correctly glade strings. Fixes #2066 and #2085

This commit is contained in:
Yann Leboulanger 2006-06-27 15:12:52 +00:00
parent d88677ce80
commit cb4e46d627
1 changed files with 3 additions and 0 deletions

View File

@ -42,6 +42,9 @@ from common import i18n
from common import gajim from common import gajim
from common import helpers from common import helpers
gtk.glade.bindtextdomain(i18n.APP, i18n.DIR)
gtk.glade.textdomain(i18n.APP)
screen_w = gtk.gdk.screen_width() screen_w = gtk.gdk.screen_width()
screen_h = gtk.gdk.screen_height() screen_h = gtk.gdk.screen_height()