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
James Raynard d01b5f5650 The xview "props" program. It allows users to interactively
customise workspace properties such as colours, icon placement, menus etc.
1998-01-04 22:31:26 +00:00

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