From 76ce68f41777975c6a21360041130aaa9978b281 Mon Sep 17 00:00:00 2001 From: Priit Laes Date: Sat, 27 Jan 2007 12:42:22 +0000 Subject: Fixes the menu path of Gnome control center when displaying the service 2007-01-27 Priit Laes * embed/mozilla/EphyAboutModule.cpp: Fixes the menu path of Gnome control center when displaying the service unavailable error message. Bug #352923. svn path=/trunk/; revision=6850 --- ChangeLog | 7 +++++++ embed/mozilla/EphyAboutModule.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ea8c34ce7..fdac9e697 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-27 Priit Laes + + * embed/mozilla/EphyAboutModule.cpp: + + Fixes the menu path of Gnome control center when displaying the service + unavailable error message. Bug #352923. + 2007-01-24 Diego Escalante Urrelo * embed/mozilla/EphyAboutModule.cpp: diff --git a/embed/mozilla/EphyAboutModule.cpp b/embed/mozilla/EphyAboutModule.cpp index 596ce500c..56c998663 100644 --- a/embed/mozilla/EphyAboutModule.cpp +++ b/embed/mozilla/EphyAboutModule.cpp @@ -276,7 +276,7 @@ EphyAboutModule::GetErrorMessage(nsIURI *aURI, _("
    " "
  • the service ""%s"" isn't started.
  • " "Try to start it using the Services Configuration Tool in " - "System > Administration > Services, or
" + "System > Control Center, or" "
  • the port number %d is wrong.
  • " "
"), serv->s_name, port); -- cgit v1.2.3