freebsd-ports/net/service-discovery-applet/files/patch-plugins_gconfterminal.py.in
Joe Marcus Clarke 2fa3ce0df0 Update to 0.4.3.
2006-09-04 00:43:10 +00:00

11 lines
455 B
Python

--- 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