diff options
-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 |