diff options
Diffstat (limited to 'embed/mozilla/FtpProtocolHandler.h')
-rw-r--r-- | embed/mozilla/FtpProtocolHandler.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 \ { \ |