aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-07-28 06:04:15 +0800
committerChristian Persch <chpe@src.gnome.org>2005-07-28 06:04:15 +0800
commitd8048baad15754f4bc910de973f5d70fdb7766f7 (patch)
treec61eb9c779f52a3329dcf1ee196b79ced9bb2008
parente97efd0c176fa04f33b77e26d6314a85285c7527 (diff)
downloadgsoc2013-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--ChangeLog6
-rw-r--r--embed/mozilla/EphyAboutModule.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e76e479a..678d7bd83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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