From e97efd0c176fa04f33b77e26d6314a85285c7527 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 27 Jul 2005 21:56:38 +0000 Subject: Don't put the archive links on the unknownSocketType error message. 2005-07-27 Christian Persch * embed/mozilla/EphyAboutModule.cpp: Don't put the archive links on the unknownSocketType error message. --- ChangeLog | 6 ++++++ embed/mozilla/EphyAboutModule.cpp | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c3b36eaf7..1e76e479a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-27 Christian Persch + + * embed/mozilla/EphyAboutModule.cpp: + + Don't put the archive links on the unknownSocketType error message. + 2005-07-27 Christian Persch * src/bookmarks/ephy-topic-action.c: diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index f6247eec3..8d5eda133 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -276,7 +276,6 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI, host.get()); *aSecondary = _("The document could not be loaded because " "encryption support is not installed."); - *aLinkIntro = _("There may be an old version of the page you wanted:"); } else if (strcmp (aError, "netReset") == 0) { -- cgit v1.2.3