summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:25:49 +0300
committerxhmikosr <xhmikosr@yahoo.com>2012-07-19 18:25:49 +0300
commitc9634793dd2b6523adee8c7939e8e32a011cae64 (patch)
tree516d50acf05fff1aaec1f35659d3ea8862bf1ede /plugins
parent0d87087fcea452604120faa77f6991e7573a8e3e (diff)
more branding changes
Diffstat (limited to 'plugins')
-rw-r--r--plugins/tcl/tclplugin.c4
-rw-r--r--plugins/wmpa/xchat-plugin.cpp2
2 files changed, 3 insertions, 3 deletions
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.");