blob: 5350ae5010205b0935a40df49855386023c96413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- plugins/gconfterminal.py.orig Sat May 6 18:53:01 2006
+++ plugins/gconfterminal.py 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
|