summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-pref.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-02-20 08:10:42 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-02-20 08:10:42 +0000
commite557e7d7cd7f13a34b402483c10164b09a4d76cf (patch)
treea8c9986891a6daa68f559435fe1cedcbdbc421aa /editors/manedit/files/patch-pref.c
parentUpdate to Mozilla 0.8. (diff)
Add manedit 0.4.h, a UNIX manual page editor and viewer.
Sponsored by: Francisco Reyes <fjrm@yahoo.com>
Diffstat (limited to 'editors/manedit/files/patch-pref.c')
-rw-r--r--editors/manedit/files/patch-pref.c24
1 files changed, 24 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-pref.c b/editors/manedit/files/patch-pref.c
new file mode 100644
index 000000000000..4a27b8d155b3
--- /dev/null
+++ b/editors/manedit/files/patch-pref.c
@@ -0,0 +1,24 @@
+
+$FreeBSD$
+
+--- pref.c 2001/02/09 13:07:09 1.1
++++ pref.c 2001/02/09 13:08:32
+@@ -1709,15 +1709,15 @@
+ {
+ gchar *text[2];
+
+- text[0] = "/usr/man";
++ text[0] = "/usr/share/man";
+ text[1] = "Global";
+ gtk_clist_append(GTK_CLIST(w), text);
+
+- text[0] = "/usr/local/man";
++ text[0] = LOCALBASE"/man";
+ text[1] = "Local";
+ gtk_clist_append(GTK_CLIST(w), text);
+
+- text[0] = "/usr/X11R6/man";
++ text[0] = X11BASE"/man";
+ text[1] = "X Window Systems";
+ gtk_clist_append(GTK_CLIST(w), text);
+ }