From b15b66060c363c51d74894c2a3414149c5fbdaaa Mon Sep 17 00:00:00 2001 From: Alex Roitman Date: Thu, 16 Mar 2006 20:25:15 +0000 Subject: [PATCH] * various: Use TransUtils.sgettext instead of gettext.gettext to work out stripping the context. svn: r6156 --- src/const.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/const.py.in b/src/const.py.in index 53174f226..2c2536f3c 100644 --- a/src/const.py.in +++ b/src/const.py.in @@ -28,7 +28,7 @@ # #------------------------------------------------------------------------- import os -from gettext import gettext as _ +from TransUtils import sgettext as _ #------------------------------------------------------------------------- #