From 50fe0435ce6a4101a27d54544a5afc9cda4f66d4 Mon Sep 17 00:00:00 2001 From: nigel Date: Mon, 10 Feb 2014 12:53:57 +0000 Subject: [PATCH] patch should have removed. Ok sthen@, ajc@ --- misc/gramps/patches/patch-src_gramps_py | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 misc/gramps/patches/patch-src_gramps_py diff --git a/misc/gramps/patches/patch-src_gramps_py b/misc/gramps/patches/patch-src_gramps_py deleted file mode 100644 index 20b72dd0ad8..00000000000 --- a/misc/gramps/patches/patch-src_gramps_py +++ /dev/null @@ -1,26 +0,0 @@ -$OpenBSD: patch-src_gramps_py,v 1.1 2010/05/07 17:48:54 jasper Exp $ ---- src/gramps.py.orig Wed Apr 21 09:07:02 2010 -+++ src/gramps.py Wed Apr 21 09:08:01 2010 -@@ -67,14 +67,14 @@ except ValueError: - gettext.textdomain(TransUtils.LOCALEDOMAIN) - gettext.install(TransUtils.LOCALEDOMAIN, localedir=None, unicode=1) #None is sys default locale - --if not constfunc.win(): -- try: -- locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR) -- #locale.textdomain(TransUtils.LOCALEDOMAIN) -- except locale.Error: -- print 'No translation in some gtk.Builder strings, ' --else: -- TransUtils.setup_windows_gettext() -+#if not constfunc.win(): -+# try: -+# locale.bindtextdomain(TransUtils.LOCALEDOMAIN, TransUtils.LOCALEDIR) -+# #locale.textdomain(TransUtils.LOCALEDOMAIN) -+# except locale.Error: -+# print 'No translation in some gtk.Builder strings, ' -+#else: -+# TransUtils.setup_windows_gettext() - - LOG.debug('Using locale:', locale.getlocale()) -