aboutsummaryrefslogtreecommitdiffstats
path: root/embed/mozilla/ExternalProtocolService.cpp
diff options
context:
space:
mode:
authorAlex Duggan <aldug@gnome.org>2003-01-14 03:54:46 +0800
committerAlex Duggan <aldug@src.gnome.org>2003-01-14 03:54:46 +0800
commit0b915d7b876435fdd1292f1d8c0f35628c8e859d (patch)
treefc6fcf2fc86ca120b313492700c79546d84ae008 /embed/mozilla/ExternalProtocolService.cpp
parentafb43e43599602fba8c1b9178d17c1a8a14867e1 (diff)
downloadgsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.gz
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.bz2
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.lz
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.xz
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.zst
gsoc2013-epiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.zip
s/Galeon/Epiphany/
2003-01-13 Alex Duggan <aldug@gnome.org> * configure.in: * embed/mozilla/ExternalProtocolService.cpp: * embed/mozilla/ExternalProtocolService.h: * embed/mozilla/FilePicker.h: * embed/mozilla/FtpProtocolHandler.h: * embed/mozilla/IRCProtocolHandler.h: * embed/mozilla/MailtoProtocolHandler.h: * embed/mozilla/PrintingPromptService.h: * embed/mozilla/PromptService.cpp: * embed/mozilla/PromptService.h: * embed/mozilla/StartHereProtocolHandler.h: * idl/EphyAutomation.idl: s/Galeon/Epiphany/
Diffstat (limited to 'embed/mozilla/ExternalProtocolService.cpp')
-rw-r--r--embed/mozilla/ExternalProtocolService.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/mozilla/ExternalProtocolService.cpp b/embed/mozilla/ExternalProtocolService.cpp
index 728cd0f5c..5d71b2b85 100644
--- a/embed/mozilla/ExternalProtocolService.cpp
+++ b/embed/mozilla/ExternalProtocolService.cpp
@@ -118,7 +118,7 @@ NS_IMETHODIMP GExternalProtocolService::LoadUrl(nsIURI *aURL)
/* throw the error */
dialog = gtk_message_dialog_new (NULL, (GtkDialogFlags)0,
GTK_MESSAGE_ERROR, GTK_BUTTONS_OK,
- _("Galeon cannot handle this protocol,\n"
+ _("Epiphany cannot handle this protocol,\n"
"and no GNOME default handler is set"));
gtk_dialog_run (GTK_DIALOG(dialog));
gtk_widget_destroy (dialog);