no need to translate glade strings here

This commit is contained in:
Yann Leboulanger 2005-08-01 09:47:00 +00:00
parent ce6b470967
commit f9b4bb36fe
2 changed files with 0 additions and 7 deletions

View File

@ -32,7 +32,6 @@ except RuntimeError, msg:
print 'Gajim needs Xserver to run. Exiting...'
sys.exit()
import gtk.glade
import gobject
import os
import sre
@ -44,9 +43,6 @@ import gtkgui_helpers
from common import i18n
i18n.init()
_ = i18n._
APP = i18n.APP
gtk.glade.bindtextdomain(APP, i18n.DIR)
gtk.glade.textdomain(APP)
import common.sleepy
import check_for_new_version

View File

@ -25,9 +25,6 @@ import gtk
from common import i18n
_ = i18n._
APP = i18n.APP
gtk.glade.bindtextdomain (APP, i18n.DIR)
gtk.glade.textdomain (APP)
def convert_bytes(string):
suffix = ''