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/hextray/utility.cpp | 4 ++-- plugins/perl/perl.c | 2 +- plugins/python/python.c | 2 +- plugins/tcl/tclplugin.c | 4 ++-- plugins/wmpa/xchat-plugin.cpp | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'plugins') diff --git a/plugins/hextray/utility.cpp b/plugins/hextray/utility.cpp index 66489bc0..ccf78f4e 100644 --- a/plugins/hextray/utility.cpp +++ b/plugins/hextray/utility.cpp @@ -97,9 +97,9 @@ void SavePrefs(int iDlg) // ok this one is really ugly // it checks to see if the file exists in two locations - // X-Chat default config dir, if that fails it trys xchat\plugins\config + // HexChat default config dir, if that fails it tries xchat\plugins\config // if neither one exists it tries to create it in - // X-Chat default config dir, if that fails it trys xchat\plugins\config + // HexChat default config dir, if that fails it tries xchat\plugins\config // In either case it writes \xFF\xFE to the file ( on creation ) // so that we can save unicode away messages WritePrivateProfile doesn't // do this for us, though I think it really should diff --git a/plugins/perl/perl.c b/plugins/perl/perl.c index ac231867..1250e766 100644 --- a/plugins/perl/perl.c +++ b/plugins/perl/perl.c @@ -144,7 +144,7 @@ perl_auto_load (void *unused) if (!xdir) /* xchatdirfs is new for 2.0.9, will fail on older */ xdir = xchat_get_info (ph, "xchatdir"); - /* autoload from ~/.xchat2/ or ${APPDATA}\X-Chat 2\ on win32 */ + /* autoload from ~/.xchat2/ or ${APPDATA}\HexChat\ on win32 */ perl_auto_load_from_path (xdir); sub_dir = malloc (strlen (xdir) + 9); diff --git a/plugins/python/python.c b/plugins/python/python.c index d1cdb1c8..3824fd37 100644 --- a/plugins/python/python.c +++ b/plugins/python/python.c @@ -389,7 +389,7 @@ Util_Autoload() char *sub_dir; /* we need local filesystem encoding for chdir, opendir etc */ - /* auto-load from ~/.xchat2/ or %APPDATA%\X-Chat 2\ */ + /* auto-load from ~/.xchat2/ or %APPDATA%\HexChat\ */ xdir = xchat_get_info(ph, "xchatdirfs"); Util_Autoload_from(xchat_get_info(ph, "xchatdirfs")); 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; diff --git a/plugins/wmpa/xchat-plugin.cpp b/plugins/wmpa/xchat-plugin.cpp index c5634064..7b3bc737 100644 --- a/plugins/wmpa/xchat-plugin.cpp +++ b/plugins/wmpa/xchat-plugin.cpp @@ -131,7 +131,7 @@ void wmpaCommands(void) xchat_printf(ph, "WMPA: /play : Play the current song"); xchat_printf(ph, "WMPA: /pause : Pause the current song"); xchat_printf(ph, "WMPA: /prev : Play the previous song"); - xchat_printf(ph, "WMPA: /song : Announce the current song from Windows Media Player in xchat"); + xchat_printf(ph, "WMPA: /song : Announce the current song from Windows Media Player in HexChat"); xchat_printf(ph, "WMPA: /stop : Stop the current song"); xchat_printf(ph, "WMPA: /volume [volume] : Set the volume (0 to 100) or display the current volume"); xchat_printf(ph, "WMPA: /wmpahelp : Display this help."); -- cgit 1.4.1