diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2015-09-29 09:28:17 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2015-09-29 09:28:17 -0400 |
commit | f4217d460bebcb9eeec236889add946a043450ad (patch) | |
tree | db74d360e85c4ac52dbb5ec1b508885e0328c1bd /src | |
parent | e3a6762c014d92309f334df59ed3babbc2d71ec4 (diff) | |
download | lynx-snapshots-f4217d460bebcb9eeec236889add946a043450ad.tar.gz |
snapshot of project "lynx", label v2-8-9dev_6e
Diffstat (limited to 'src')
-rw-r--r-- | src/LYIcon.rc | 4 | ||||
-rw-r--r-- | src/LYMain.c | 4 | ||||
-rw-r--r-- | src/LYSession.c | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/src/LYIcon.rc b/src/LYIcon.rc index 018e38e0..d73a3ab3 100644 --- a/src/LYIcon.rc +++ b/src/LYIcon.rc @@ -1,4 +1,4 @@ -// $LynxId: LYIcon.rc,v 1.19 2015/05/09 15:06:15 tom Exp $ +// $LynxId: LYIcon.rc,v 1.20 2015/09/17 22:43:49 tom Exp $ #include <windows.h> @@ -17,7 +17,7 @@ BEGIN BEGIN BLOCK "040904B0" BEGIN - VALUE "CompanyName", "http://lynx.isc.org" + VALUE "CompanyName", "http://invisible-island.net/lynx" VALUE "FileDescription", "Lynx - web browser" VALUE "FileVersion", "2.8.9.1007" VALUE "InternalName", "Lynx" diff --git a/src/LYMain.c b/src/LYMain.c index 33277aa7..db35ed33 100644 --- a/src/LYMain.c +++ b/src/LYMain.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYMain.c,v 1.253 2014/02/12 23:48:36 tom Exp $ + * $LynxId: LYMain.c,v 1.255 2015/09/19 17:40:20 tom Exp $ */ #include <HTUtils.h> #include <HTTP.h> @@ -3245,7 +3245,7 @@ static int version_fun(char *next_arg GCC_UNUSED) puts(gettext("Copyrights held by the Lynx Developers Group,")); puts(gettext("the University of Kansas, CERN, and other contributors.")); puts(gettext("Distributed under the GNU General Public License (Version 2).")); - puts(gettext("See http://lynx.isc.org/ and the online help for more information.")); + puts(gettext("See http://lynx.invisible-island.net/ and the online help for more information.")); puts(""); #ifdef USE_SSL #if defined(OPENSSL_VERSION_TEXT) && !defined(LIBGNUTLS_VERSION) diff --git a/src/LYSession.c b/src/LYSession.c index 99884d1b..8f55b76a 100644 --- a/src/LYSession.c +++ b/src/LYSession.c @@ -1,4 +1,4 @@ -/* $LynxId: LYSession.c,v 1.9 2013/11/28 11:21:22 tom Exp $ */ +/* $LynxId: LYSession.c,v 1.11 2015/09/19 17:40:20 tom Exp $ */ #include <LYSession.h> @@ -20,7 +20,7 @@ * / hereby * / reduce * g file://localhost/COPYRIGHT - * g http://lynx.isc.org + * g http://lynx.invisible-island.net * h 1 -1 file://localhost/COPYRIGHT Entry into main screen * h 1 0 LYNXCACHE:/ Cache Jar * h 1 16 file://localhost/usr/local/share/lynx_help/Lynx_users_guide.html#Cache Lynx Users Guide v2.8.6 |