1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/props/files/patch-ac

12 lines
309 B
Plaintext
Raw Normal View History

--- 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);
}