diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/dbus/dbus-client.c | 4 | ||||
-rw-r--r-- | src/common/dbus/dbus-plugin.c | 2 | ||||
-rw-r--r-- | src/common/msproxy.h | 2 | ||||
-rw-r--r-- | src/common/plugin.h | 2 | ||||
-rw-r--r-- | src/common/server.c | 2 |
5 files changed, 6 insertions, 6 deletions
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 <dbus/dbus-glib.h> #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 <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> #include <glib/gi18n.h> -#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 |