summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-prefcb.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-prefcb.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>
Notes
Notes: svn path=/head/; revision=38501
Diffstat (limited to 'editors/manedit/files/patch-prefcb.c')
-rw-r--r--editors/manedit/files/patch-prefcb.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-prefcb.c b/editors/manedit/files/patch-prefcb.c
new file mode 100644
index 000000000000..e13d7c0c15e9
--- /dev/null
+++ b/editors/manedit/files/patch-prefcb.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- prefcb.c 2001/02/09 13:12:30 1.1
++++ prefcb.c 2001/02/09 13:12:46
+@@ -698,7 +698,7 @@
+
+ PDialogDeleteAllPrompts();
+ PDialogAddPromptWithBrowse(
+- NULL, "Path:", "/usr/man",
++ NULL, "Path:", "/usr/share/man",
+ (void *)pref,
+ PrefManPageDirPromptBrowseCB
+ );