Third update for consistent use of Gramps. See issue 3355.
svn: r13633
This commit is contained in:
@@ -54,6 +54,14 @@ else:
|
||||
|
||||
LOCALEDOMAIN = 'gramps'
|
||||
|
||||
import gtk
|
||||
try:
|
||||
if gtk.ver <= (2, 20, 0):
|
||||
import gtk.glade
|
||||
gtk.glade.bindtextdomain(LOCALEDOMAIN, LOCALEDIR)
|
||||
except:
|
||||
pass
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Public Functions
|
||||
|
||||
Reference in New Issue
Block a user