diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-07-28 06:04:15 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-07-28 06:04:15 +0800 |
commit | d8048baad15754f4bc910de973f5d70fdb7766f7 (patch) | |
tree | c61eb9c779f52a3329dcf1ee196b79ced9bb2008 | |
parent | e97efd0c176fa04f33b77e26d6314a85285c7527 (diff) | |
download | gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar.gz gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar.bz2 gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar.lz gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar.xz gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.tar.zst gsoc2013-epiphany-d8048baad15754f4bc910de973f5d70fdb7766f7.zip |
Fix google search URL to include www prefix.
2005-07-27 Christian Persch <chpe@cvs.gnome.org>
* embed/mozilla/EphyAboutModule.cpp:
Fix google search URL to include www prefix.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | embed/mozilla/EphyAboutModule.cpp | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2005-07-27 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyAboutModule.cpp: + + Fix google search URL to include www prefix. + +2005-07-27 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/EphyAboutModule.cpp: Don't put the archive links on the unknownSocketType error message. diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 8d5eda133..c936326ea 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -454,7 +454,7 @@ EphyAboutModule::CreateErrorPage(nsIURI *aErrorURI, Write (stream, "<p>"); Write (stream, linkintro); Write (stream, "<ul>\n"); - Write (stream, "<li><a href=\"http://google.com/search?q=cache:"); + Write (stream, "<li><a href=\"http://www.google.com/search?q=cache:"); Write (stream, rawurl.get()); Write (stream, "\">"); /* Translators: The text before the "|" is context to help you decide on |