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