no need to translate glade strings in optparser

This commit is contained in:
Yann Leboulanger 2005-08-01 09:42:30 +00:00
parent d57c420112
commit ce6b470967
1 changed files with 0 additions and 5 deletions

View File

@ -19,12 +19,7 @@
import os
from common import gajim
from common import i18n
from gtk import glade
i18n.init()
_ = i18n._
APP = i18n.APP
glade.bindtextdomain(APP, i18n.DIR)
glade.textdomain(APP)
class OptionsParser:
def __init__(self, filename):