summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Duggan <aldug@gnome.org>2003-01-13 19:54:46 +0000
committerAlex Duggan <aldug@src.gnome.org>2003-01-13 19:54:46 +0000
commit0b915d7b876435fdd1292f1d8c0f35628c8e859d (patch)
treefc6fcf2fc86ca120b313492700c79546d84ae008
parentafb43e43599602fba8c1b9178d17c1a8a14867e1 (diff)
downloadepiphany-0b915d7b876435fdd1292f1d8c0f35628c8e859d.tar.gz
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/
-rw-r--r--ChangeLog17
-rw-r--r--configure.in4
-rw-r--r--embed/mozilla/ExternalProtocolService.cpp2
-rw-r--r--embed/mozilla/ExternalProtocolService.h2
-rw-r--r--embed/mozilla/FilePicker.h2
-rw-r--r--embed/mozilla/FtpProtocolHandler.h4
-rw-r--r--embed/mozilla/IRCProtocolHandler.h4
-rw-r--r--embed/mozilla/MailtoProtocolHandler.h4
-rw-r--r--embed/mozilla/PrintingPromptService.h2
-rw-r--r--embed/mozilla/PromptService.cpp2
-rw-r--r--embed/mozilla/PromptService.h2
-rw-r--r--embed/mozilla/StartHereProtocolHandler.h2
-rw-r--r--idl/EphyAutomation.idl2
13 files changed, 33 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a59d90a2..3ebf4ec9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+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/
+
2003-01-13 Marco Pesenti Gritti <marco@it.gnome.org>
* embed/ephy-history.c: (ephy_history_save), (hosts_added_cb),
diff --git a/configure.in b/configure.in
index b5aa38977..9922826b9 100644
--- a/configure.in
+++ b/configure.in
@@ -52,9 +52,9 @@ dnl ******************************
build_nautilus_view=no
AC_ARG_ENABLE(nautilus-view, [ --enable-nautilus-view (auto,yes,no)
- Enable Nautilus View Galeon Component])
+ Enable Nautilus View Epiphany Component])
-AC_MSG_CHECKING(if NautilusView Galeon component is wanted)
+AC_MSG_CHECKING(if NautilusView Epiphany component is wanted)
if test "x$enable_nautilus_view" = "x" ; then
enable_nautilus_view=auto
fi
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);
diff --git a/embed/mozilla/ExternalProtocolService.h b/embed/mozilla/ExternalProtocolService.h
index 3c49d61e7..195e9daec 100644
--- a/embed/mozilla/ExternalProtocolService.h
+++ b/embed/mozilla/ExternalProtocolService.h
@@ -41,7 +41,7 @@ class GExternalProtocolService : public nsIExternalProtocolService
0x4f1f, \
{0x89, 0x21, 0xd4, 0xe5, 0x04, 0x90, 0xf1, 0x12} \
}
-#define G_EXTERNALPROTOCOLSERVICE_CLASSNAME "Galeon's ExternalProtocolService"
+#define G_EXTERNALPROTOCOLSERVICE_CLASSNAME "Epiphany's ExternalProtocolService"
class nsIFactory;
diff --git a/embed/mozilla/FilePicker.h b/embed/mozilla/FilePicker.h
index 7433b8b2d..8f8fdf571 100644
--- a/embed/mozilla/FilePicker.h
+++ b/embed/mozilla/FilePicker.h
@@ -38,7 +38,7 @@
}
#define G_FILEPICKER_CONTRACTID "@mozilla.org/filepicker;1"
-#define G_FILEPICKER_CLASSNAME "Galeon's File Picker Implementation"
+#define G_FILEPICKER_CLASSNAME "Epiphany's File Picker Implementation"
class nsIFactory;
diff --git a/embed/mozilla/FtpProtocolHandler.h b/embed/mozilla/FtpProtocolHandler.h
index d305501d5..d031cd17b 100644
--- a/embed/mozilla/FtpProtocolHandler.h
+++ b/embed/mozilla/FtpProtocolHandler.h
@@ -31,10 +31,10 @@
{0xb0, 0x73, 0x0f, 0xc3, 0xbe, 0xe8, 0xe6, 0x70} \
}
#define G_FTP_PROTOCOL_CONTRACTID NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "ftp"
-#define G_FTP_PROTOCOL_CLASSNAME "Galeon's FTP Protocol Handler"
+#define G_FTP_PROTOCOL_CLASSNAME "Epiphany's FTP Protocol Handler"
#define G_FTP_CONTENT_CONTRACTID NS_CONTENT_HANDLER_CONTRACTID_PREFIX \
"application-x-gnome-ftp"
-#define G_FTP_CONTENT_CLASSNAME "Galeon's FTP Content Handler"
+#define G_FTP_CONTENT_CLASSNAME "Epiphany's FTP Content Handler"
#define NS_FTPPROTOCOLHANDLER_CID \
{ \
diff --git a/embed/mozilla/IRCProtocolHandler.h b/embed/mozilla/IRCProtocolHandler.h
index 149daa121..f50ae3f12 100644
--- a/embed/mozilla/IRCProtocolHandler.h
+++ b/embed/mozilla/IRCProtocolHandler.h
@@ -31,10 +31,10 @@
{0x87, 0xe7, 0x43, 0xe4, 0x54, 0x1a, 0xce, 0x4e} \
}
#define G_IRC_PROTOCOL_CONTRACTID NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "irc"
-#define G_IRC_PROTOCOL_CLASSNAME "Galeon's irc Protocol Handler"
+#define G_IRC_PROTOCOL_CLASSNAME "Epiphany's irc Protocol Handler"
#define G_IRC_CONTENT_CONTRACTID NS_CONTENT_HANDLER_CONTRACTID_PREFIX \
"application-x-gnome-irc"
-#define G_IRC_CONTENT_CLASSNAME "Galeon's irc Content Handler"
+#define G_IRC_CONTENT_CLASSNAME "Epiphany's irc Content Handler"
class nsIFactory;
diff --git a/embed/mozilla/MailtoProtocolHandler.h b/embed/mozilla/MailtoProtocolHandler.h
index 961f42c42..643fd7db7 100644
--- a/embed/mozilla/MailtoProtocolHandler.h
+++ b/embed/mozilla/MailtoProtocolHandler.h
@@ -31,10 +31,10 @@
{0x87, 0xe7, 0x43, 0xe4, 0x54, 0x1a, 0xce, 0x4d} \
}
#define G_MAILTO_PROTOCOL_CONTRACTID NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "mailto"
-#define G_MAILTO_PROTOCOL_CLASSNAME "Galeon's mailto Protocol Handler"
+#define G_MAILTO_PROTOCOL_CLASSNAME "Epiphany's mailto Protocol Handler"
#define G_MAILTO_CONTENT_CONTRACTID NS_CONTENT_HANDLER_CONTRACTID_PREFIX \
"application-x-gnome-mailto"
-#define G_MAILTO_CONTENT_CLASSNAME "Galeon's mailto Content Handler"
+#define G_MAILTO_CONTENT_CLASSNAME "Epiphany's mailto Content Handler"
class nsIFactory;
diff --git a/embed/mozilla/PrintingPromptService.h b/embed/mozilla/PrintingPromptService.h
index 08024c632..e4b2239c1 100644
--- a/embed/mozilla/PrintingPromptService.h
+++ b/embed/mozilla/PrintingPromptService.h
@@ -29,7 +29,7 @@
{0xb4, 0xbb, 0x4e, 0x7a, 0xbd, 0x0d, 0x35, 0xe0} \
}
-#define G_PRINTINGPROMPTSERVICE_CLASSNAME "Galeon's Printing Prompt Service"
+#define G_PRINTINGPROMPTSERVICE_CLASSNAME "Epiphany's Printing Prompt Service"
#define G_PRINTINGPROMPTSERVICE_CONTRACTID "@mozilla.org/embedcomp/printingprompt-service;1"
class nsIFactory;
diff --git a/embed/mozilla/PromptService.cpp b/embed/mozilla/PromptService.cpp
index 9b3aefc63..e6181ae32 100644
--- a/embed/mozilla/PromptService.cpp
+++ b/embed/mozilla/PromptService.cpp
@@ -652,7 +652,7 @@ set_title (GtkWidget *dialog, const PRUnichar *title)
/* set it */
gtk_window_set_title (GTK_WINDOW (dialog),
- (title == NULL ? N_("Galeon") :
+ (title == NULL ? N_("Epiphany") :
PromiseFlatCString(utf8string).get()));
}
diff --git a/embed/mozilla/PromptService.h b/embed/mozilla/PromptService.h
index 98d8d0c46..ac2ea4451 100644
--- a/embed/mozilla/PromptService.h
+++ b/embed/mozilla/PromptService.h
@@ -29,7 +29,7 @@
{0x8f, 0x74, 0xae, 0x89, 0x15, 0x3e, 0xe6, 0xc2} \
}
-#define G_PROMPTSERVICE_CLASSNAME "Galeon's Prompt Service"
+#define G_PROMPTSERVICE_CLASSNAME "Epiphany's Prompt Service"
#define G_PROMPTSERVICE_CONTRACTID "@mozilla.org/embedcomp/prompt-service;1"
class nsIFactory;
diff --git a/embed/mozilla/StartHereProtocolHandler.h b/embed/mozilla/StartHereProtocolHandler.h
index 82c74774b..fc3125423 100644
--- a/embed/mozilla/StartHereProtocolHandler.h
+++ b/embed/mozilla/StartHereProtocolHandler.h
@@ -29,7 +29,7 @@
{0x87, 0xe6, 0x3b, 0xef, 0x8e, 0x7a, 0xda, 0x51} \
}
#define G_START_HERE_PROTOCOLHANDLER_CONTRACTID NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "start-here"
-#define G_START_HERE_PROTOCOLHANDLER_CLASSNAME "Galeon's start here protocol handler"
+#define G_START_HERE_PROTOCOLHANDLER_CLASSNAME "Epiphany's start here protocol handler"
class nsIFactory;
diff --git a/idl/EphyAutomation.idl b/idl/EphyAutomation.idl
index 090fd51f3..5f64b90d8 100644
--- a/idl/EphyAutomation.idl
+++ b/idl/EphyAutomation.idl
@@ -17,7 +17,7 @@ module GNOME {
* Closes all opened windows.
* if disableServer is true,
* server mode is disbaled
- * (and Galeon exits)
+ * (and Epiphany exits)
*/
boolean quit (in boolean disableServer);