From d6dec82d3d5bf2b130fa8c989c5650710e5b703e Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 25 Oct 2012 00:16:27 +0200 Subject: Some more rebranding --- src/common/dbus/dbus-client.c | 4 ++-- src/common/dbus/dbus-plugin.c | 2 +- src/common/msproxy.h | 2 +- src/common/plugin.h | 2 +- src/common/server.c | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'src/common') diff --git a/src/common/dbus/dbus-client.c b/src/common/dbus/dbus-client.c index c11db6dd..6f146261 100644 --- a/src/common/dbus/dbus-client.c +++ b/src/common/dbus/dbus-client.c @@ -21,8 +21,8 @@ #include #include "dbus-client.h" -#include "../xchat.h" -#include "../xchatc.h" +#include "../hexchat.h" +#include "../hexchatc.h" #define DBUS_SERVICE "org.hexchat.service" #define DBUS_REMOTE "/org/hexchat/Remote" diff --git a/src/common/dbus/dbus-plugin.c b/src/common/dbus/dbus-plugin.c index 30a133e6..89857e8f 100644 --- a/src/common/dbus/dbus-plugin.c +++ b/src/common/dbus/dbus-plugin.c @@ -25,7 +25,7 @@ #include #include #include -#include "../xchat-plugin.h" +#include "../hexchat-plugin.h" #define PNAME _("remote access") #define PDESC _("plugin for remote access using DBUS") diff --git a/src/common/msproxy.h b/src/common/msproxy.h index d37c81c5..9dce4e2e 100644 --- a/src/common/msproxy.h +++ b/src/common/msproxy.h @@ -23,7 +23,7 @@ #include "network.h" -#define MSPROXY_EXECUTABLE "xchat.exe" /* This probably can be used for access control on the server side */ +#define MSPROXY_EXECUTABLE "hexchat.exe" /* This probably can be used for access control on the server side */ #define MSPROXY_MINLENGTH 172 /* minimum length of packet. */ #define NT_MAXNAMELEN 17 /* maximum name length (domain etc), comes from NetBIOS */ diff --git a/src/common/plugin.h b/src/common/plugin.h index 8c347d51..b2799d93 100644 --- a/src/common/plugin.h +++ b/src/common/plugin.h @@ -4,7 +4,7 @@ #ifdef PLUGIN_C struct _xchat_plugin { - /* Keep these insync with xchat-plugin.h */ + /* Keep these in sync with hexchat-plugin.h */ /* !!don't change the order, to keep binary compat!! */ xchat_hook *(*xchat_hook_command) (xchat_plugin *ph, const char *name, diff --git a/src/common/server.c b/src/common/server.c index 04b955bb..c3abb6ad 100644 --- a/src/common/server.c +++ b/src/common/server.c @@ -76,7 +76,7 @@ #endif #ifdef USE_OPENSSL -extern SSL_CTX *ctx; /* xchat.c */ +extern SSL_CTX *ctx; /* hexchat.c */ /* local variables */ static struct session *g_sess = NULL; #endif -- cgit 1.4.1