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

@ -30,7 +30,7 @@ __version__ = "$Revision$"
# internationalization
#
#-------------------------------------------------------------------------
from intl import gettext as _
from gettext import gettext as _
#-------------------------------------------------------------------------
#
@ -76,7 +76,7 @@ class AddSpouse:
self.addperson = addperson
self.active_family = family
self.glade = gtk.glade.XML(const.gladeFile, "spouseDialog")
self.glade = gtk.glade.XML(const.gladeFile, "spouseDialog","gramps")
self.rel_combo = self.glade.get_widget("rel_combo")
self.relation_type = self.glade.get_widget("rel_type")