mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
|
--- 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);
|
||
|
}
|
||
|
|