[meld] Use proper gettext instead of faking it
- From: Stephen Kennedy <stevek src gnome org>
- To: svn-commits-list gnome org
- Subject: [meld] Use proper gettext instead of faking it
- Date: Sat, 23 May 2009 18:11:26 -0400 (EDT)
commit 17876772f271964e6509bc37eae90246abe9a26f
Author: Stephen Kennedy <stevek gnome org>
Date: Sat May 23 16:07:28 2009 +0100
Use proper gettext instead of faking it
---
findbar.py | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/findbar.py b/findbar.py
index 60bd380..794ef3c 100644
--- a/findbar.py
+++ b/findbar.py
@@ -19,8 +19,7 @@ import paths
import misc
import gtk
import re
-
-def _(x): return x
+from gettext import gettext as _
class FindBar(gnomeglade.Component):
def __init__(self):
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]