summaryrefslogtreecommitdiffstats
path: root/actions/services/__init__.py.in
diff options
context:
space:
mode:
authorSebastian Droege <slomo@ubuntu.com>2005-10-06 15:26:01 +0000
committerSebastian Droege <slomo@ubuntu.com>2005-10-06 15:26:01 +0000
commitc579c9fecec59706eba1ce2b07d463f8f571662b (patch)
treec3333a8048cd0afad04c93b39a842a10dc6eac12 /actions/services/__init__.py.in
parent37199f0fd28d5f036d99d4755544ffa90436b600 (diff)
* Fix the notifications for the translations
* Remove the unneeded translations from the german one git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@46 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'actions/services/__init__.py.in')
-rwxr-xr-xactions/services/__init__.py.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/services/__init__.py.in b/actions/services/__init__.py.in
index df6a8b4..939c048 100755
--- a/actions/services/__init__.py.in
+++ b/actions/services/__init__.py.in
@@ -22,7 +22,7 @@ try:
import gettext
gettext.bindtextdomain("@GETTEXT_PACKAGE@", "@LOCALEDIR@")
gettext.textdomain("@GETTEXT_PACKAGE@")
- gettext.install("@GETTEXT_PACKAGE@", unicode=1)
+ _ = gettext.gettext
import pygtk
pygtk.require('2.0')
import gtk