mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d01b5f5650
customise workspace properties such as colours, icon placement, menus etc.
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);
|
|
}
|
|
|