switch from intl to gettext

svn: r2017
This commit is contained in:
Don Allingham
2003-08-17 02:14:33 +00:00
parent 93add3c449
commit ebdc5fbcc3
143 changed files with 219 additions and 1014 deletions

View File

@@ -55,7 +55,7 @@ import latin_utf8
import Utils
from GedcomInfo import *
from QuestionDialog import ErrorDialog
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
@@ -128,7 +128,7 @@ def importData(database, filename, cb=None):
glade_file = "%s/gedcomimport.glade" % os.path.dirname(__file__)
statusTop = gtk.glade.XML(glade_file,"status")
statusTop = gtk.glade.XML(glade_file,"status","gramps")
statusWindow = statusTop.get_widget("status")
Utils.set_titles(statusWindow,statusTop.get_widget('title'),