switch from intl to gettext

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

View File

@@ -46,7 +46,7 @@ import RelLib
import Utils
import ListModel
import Plugins
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
@@ -73,7 +73,7 @@ class RelCalc:
base = os.path.dirname(__file__)
glade_file = "%s/relcalc.glade" % base
self.glade = gtk.glade.XML(glade_file,"relcalc")
self.glade = gtk.glade.XML(glade_file,"relcalc","gramps")
name = self.person.getPrimaryName().getRegularName()