diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-28 05:56:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-28 05:56:38 +0800 |
commit | e97efd0c176fa04f33b77e26d6314a85285c7527 (patch) | |
tree | fa009c2b68db4267d1db2a934385d8e5249eb63c /embed/mozilla | |
parent | 19d027fd26bd2c876561e44762a247d0d01e88fd (diff) | |
download | gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.gz gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.bz2 gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.lz gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.xz gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.tar.zst gsoc2013-epiphany-e97efd0c176fa04f33b77e26d6314a85285c7527.zip |
Don't put the archive links on the unknownSocketType error message.
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Don't put the archive links on the unknownSocketType error message.
Diffstat (limited to 'embed/mozilla')
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |