freebsd-ports/science/gramps/files/patch-src_gramps.py
Pav Lucistnik d621e89c6f - Update to 3.2.3
PR:		ports/145939
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Approved by:	maintainer
Feature safe:	yes
2010-06-24 12:07:17 +00:00

11 lines
461 B
Python

--- src/gramps.py 2010-03-15 10:21:34.000000000 +0300
+++ src/gramps.py 2010-04-22 00:49:34.000000000 +0400
@@ -69,7 +69,7 @@
if not constfunc.win():
try:
- locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
+ gettext.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR)
#locale.textdomain(TransUtils.LOCALEDOMAIN)
except locale.Error:
print 'No translation in some gtk.Builder strings, '