summaryrefslogtreecommitdiffstats
path: root/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in
blob: 37913fa70ea6c0fc7bdcc5418c3e6f769903259b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- plugins/gconfterminal.py.in.orig    Sat May  6 18:53:01 2006
+++ plugins/gconfterminal.py.in Sat May  6 18:53:10 2006
@@ -16,7 +16,7 @@ from sdapplet.pluginutils import *
 
 try:
     import gettext
-    gettext.bindtextdomain("service-discovery-applet", "/usr/share/locale")
+    gettext.bindtextdomain("service-discovery-applet", "%%PREFIX%%/share/locale")
     gettext.textdomain("service-discovery-applet")
     _ = gettext.gettext
     import pygtk