From f535702903a26cf25a8e2d97b41b503efedfa2ee Mon Sep 17 00:00:00 2001 From: xhmikosr Date: Thu, 19 Jul 2012 18:25:49 +0300 Subject: [PATCH] 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 +- src/htm/Main.cs | 2 +- src/htm/Properties/AssemblyInfo.cs | 6 +++--- src/htm/README.md | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) 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."); diff --git a/src/htm/Main.cs b/src/htm/Main.cs index 67fcf32f..a342bbe4 100644 --- a/src/htm/Main.cs +++ b/src/htm/Main.cs @@ -1,4 +1,4 @@ -/* XChat Theme Manager +/* HexChat Theme Manager * * Copyright (C) 2012 Patrick Griffs * Copyright (C) 2012 Berke Viktor diff --git a/src/htm/Properties/AssemblyInfo.cs b/src/htm/Properties/AssemblyInfo.cs index 75d92f87..b42e34a2 100644 --- a/src/htm/Properties/AssemblyInfo.cs +++ b/src/htm/Properties/AssemblyInfo.cs @@ -6,12 +6,12 @@ using System.Resources; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. -[assembly: AssemblyTitle("XChat Theme Manager")] -[assembly: AssemblyDescription("Manages XChat Themes.")] +[assembly: AssemblyTitle("HexChat Theme Manager")] +[assembly: AssemblyDescription("Manages HexChat Themes.")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("thememan")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © 2012")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] diff --git a/src/htm/README.md b/src/htm/README.md index 7f837263..ded08533 100644 --- a/src/htm/README.md +++ b/src/htm/README.md @@ -1,4 +1,4 @@ -xchat-theme-manager +HexChat-theme-manager ------------------ - Shows previews of and can load/save themes