mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-16 02:30:19 +00:00
new name after fork
This commit is contained in:
@@ -35,8 +35,8 @@
|
||||
#include <sys/types.h>
|
||||
#include <ctype.h>
|
||||
#include <glib-object.h>
|
||||
#include "../common/hexchat.h"
|
||||
#include "../common/hexchatc.h"
|
||||
#include "../common/zoitechat.h"
|
||||
#include "../common/zoitechatc.h"
|
||||
#include "../common/cfgfiles.h"
|
||||
#include "../common/outbound.h"
|
||||
#include "../common/util.h"
|
||||
@@ -95,7 +95,7 @@ fe_new_window (struct session *sess, int focus)
|
||||
|
||||
g_snprintf (buf, sizeof (buf),
|
||||
"\n"
|
||||
" \017HexChat-Text \00310"PACKAGE_VERSION"\n"
|
||||
" \017ZoiteChat-Text \00310"PACKAGE_VERSION"\n"
|
||||
" \017Running on \00310%s\n",
|
||||
get_sys_str (1));
|
||||
fe_print_text (sess, buf, 0, FALSE);
|
||||
@@ -837,7 +837,7 @@ fe_ctrl_gui (session *sess, fe_gui_action action, int arg)
|
||||
/* only one action type handled for now, but could add more */
|
||||
switch (action)
|
||||
{
|
||||
/* gui focus is really the only case hexchat-text needs to worry about */
|
||||
/* gui focus is really the only case zoitechat-text needs to worry about */
|
||||
case FE_GUI_FOCUS:
|
||||
current_sess = sess;
|
||||
current_tab = sess;
|
||||
|
||||
Reference in New Issue
Block a user