open-src/app/xhost/xhost.patch
changeset 851 d428083dbbdd
parent 294 2c88146a951a
child 1068 0dc26c96a5af
--- a/open-src/app/xhost/xhost.patch	Wed Dec 02 21:38:00 2009 -0800
+++ b/open-src/app/xhost/xhost.patch	Sat Dec 05 22:13:03 2009 -0800
@@ -23,7 +23,7 @@
 +    
 +    /* mainly for debugging */
 +    if((domaindir=getenv("TEXTDOMAINDIR")) == NULL) {
-+	domaindir = "/usr/X11/share/locale"; /*XLOCALEDIR;*/
++	domaindir = "/usr/share/locale"; /*XLOCALEDIR;*/
 +    }
 +    bindtextdomain("xhost",domaindir);
 +