diff options
Diffstat (limited to 'x11/props/files/patch-ac')
-rw-r--r-- | x11/props/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/props/files/patch-ac b/x11/props/files/patch-ac new file mode 100644 index 000000000000..686095e402c9 --- /dev/null +++ b/x11/props/files/patch-ac @@ -0,0 +1,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); + } + |