From f535702903a26cf25a8e2d97b41b503efedfa2ee Mon Sep 17 00:00:00 2001 From: xhmikosr Date: Thu, 19 Jul 2012 18:25:49 +0300 Subject: more branding changes --- plugins/tcl/tclplugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/tcl') diff --git a/plugins/tcl/tclplugin.c b/plugins/tcl/tclplugin.c index 920a48ad..317854fd 100644 --- a/plugins/tcl/tclplugin.c +++ b/plugins/tcl/tclplugin.c @@ -2203,7 +2203,7 @@ static void Tcl_Plugin_DeInit() static void banner() { - xchat_printf(ph, "Tcl plugin for XChat - Version %s\n", VERSION); + xchat_printf(ph, "Tcl plugin for HexChat - Version %s\n", VERSION); xchat_print(ph, "Copyright 2002-2005 Daniel P. Stasinski\n"); xchat_print(ph, "http://www.scriptkitties.com/tclplugin/\n"); } @@ -2282,7 +2282,7 @@ void xchat_plugin_get_info(char **name, char **desc, char **version, void **rese { strncpy(VERSION, &RCSID[19], 5); *name = "tclplugin"; - *desc = "Tcl plugin for XChat"; + *desc = "Tcl plugin for HexChat"; *version = VERSION; if (reserved) *reserved = NULL; -- cgit 1.4.1