Some more rebranding

This commit is contained in:
Berke Viktor 2012-10-25 00:16:27 +02:00
parent 1a75c8e1be
commit d6dec82d3d
5 changed files with 6 additions and 6 deletions

View File

@ -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"

View File

@ -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")

View File

@ -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 */

View File

@ -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,

View File

@ -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