no need to translate glade strings here
This commit is contained in:
parent
ce6b470967
commit
f9b4bb36fe
2 changed files with 0 additions and 7 deletions
|
@ -32,7 +32,6 @@ except RuntimeError, msg:
|
||||||
print 'Gajim needs Xserver to run. Exiting...'
|
print 'Gajim needs Xserver to run. Exiting...'
|
||||||
sys.exit()
|
sys.exit()
|
||||||
|
|
||||||
import gtk.glade
|
|
||||||
import gobject
|
import gobject
|
||||||
import os
|
import os
|
||||||
import sre
|
import sre
|
||||||
|
@ -44,9 +43,6 @@ import gtkgui_helpers
|
||||||
from common import i18n
|
from common import i18n
|
||||||
i18n.init()
|
i18n.init()
|
||||||
_ = i18n._
|
_ = i18n._
|
||||||
APP = i18n.APP
|
|
||||||
gtk.glade.bindtextdomain(APP, i18n.DIR)
|
|
||||||
gtk.glade.textdomain(APP)
|
|
||||||
|
|
||||||
import common.sleepy
|
import common.sleepy
|
||||||
import check_for_new_version
|
import check_for_new_version
|
||||||
|
|
|
@ -25,9 +25,6 @@ import gtk
|
||||||
from common import i18n
|
from common import i18n
|
||||||
|
|
||||||
_ = i18n._
|
_ = i18n._
|
||||||
APP = i18n.APP
|
|
||||||
gtk.glade.bindtextdomain (APP, i18n.DIR)
|
|
||||||
gtk.glade.textdomain (APP)
|
|
||||||
|
|
||||||
def convert_bytes(string):
|
def convert_bytes(string):
|
||||||
suffix = ''
|
suffix = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue