diff options
author | Alex Duggan <aldug@gnome.org> | 2003-01-14 03:54:46 +0800 |
---|---|---|
committer | Alex Duggan <aldug@src.gnome.org> | 2003-01-14 03:54:46 +0800 |
commit | 0b915d7b876435fdd1292f1d8c0f35628c8e859d (patch) | |
tree | fc6fcf2fc86ca120b313492700c79546d84ae008 /embed/mozilla/MailtoProtocolHandler.h | |
parent | afb43e43599602fba8c1b9178d17c1a8a14867e1 (diff) | |
download | gsoc2013-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/MailtoProtocolHandler.h')
-rw-r--r-- | embed/mozilla/MailtoProtocolHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
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; |