diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-09-06 18:49:56 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-09-06 18:49:56 -0400 |
commit | 0890416a30a4441e6936c039207c13cc623678db (patch) | |
tree | 3c6a676773b1554627e7f9a8f5b2a30b194eaab6 /userdefs.h | |
parent | 93cdba5dd1db5b258d23766fe9f082cb01ef10de (diff) | |
download | lynx-snapshots-0890416a30a4441e6936c039207c13cc623678db.tar.gz |
snapshot of project "lynx", label v2-8-8dev_1a
Diffstat (limited to 'userdefs.h')
-rw-r--r-- | userdefs.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/userdefs.h b/userdefs.h index 742b3375..2df8335b 100644 --- a/userdefs.h +++ b/userdefs.h @@ -1,5 +1,5 @@ /* - * $LynxId: userdefs.h,v 1.250 2009/08/28 21:48:17 tom Exp $ + * $LynxId: userdefs.h,v 1.251 2009/09/06 11:08:26 tom Exp $ * * Lynx - Hypertext navigation system * @@ -486,12 +486,12 @@ * for this distribution (use SHELL syntax including the device * on VMS systems). * The default HELPFILE is: - * http://lynx.isc.org/release/lynx2-8-6/lynx_help/lynx_help_main.html + * http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html * This should be changed here or in lynx.cfg to the local path. * The definition here can be overridden at run time by defining a * "LYNX_HELPFILE" environment variable. */ -#define HELPFILE "http://lynx.isc.org/release/lynx2-8-6/lynx_help/lynx_help_main.html" +#define HELPFILE "http://lynx.isc.org/release/lynx2-8-7/lynx_help/lynx_help_main.html" /* #define HELPFILE "file://localhost/PATH_TO/lynx_help/lynx_help_main.html" */ /***************************** |