summaryrefslogtreecommitdiff
path: root/x11/props/files/patch-ac
blob: 686095e402c96ab55074df375a7994efc9c3978d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- props.c.orig	Sun Nov  9 01:18:50 1997
+++ props.c	Sun Nov  9 01:24:50 1997
@@ -816,7 +816,7 @@
     else
     {
         strcpy(localepath, openwin_dir);
-        strcat(localepath, "/lib/locale/");
+        strcat(localepath, "/lib/X11/locale/C/");
         bindtextdomain("props", localepath);
     }