aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutModule.cpp1
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c3b36eaf7..1e76e479a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
+ * embed/mozilla/EphyAboutModule.cpp:
+
+ Don't put the archive links on the unknownSocketType error message.
+
+2005-07-27 Christian Persch <chpe@cvs.gnome.org>
+
* src/bookmarks/ephy-topic-action.c:
(ephy_topic_action_sync_label):
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)
{