diff options
-rw-r--r-- | plugins/exec/exec.c | 2 | ||||
-rw-r--r-- | plugins/hextray/xtray.cpp | 4 | ||||
-rw-r--r-- | plugins/winamp/winamp.c | 2 | ||||
-rw-r--r-- | plugins/xsasl/xsasl.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/plugins/exec/exec.c b/plugins/exec/exec.c index 842d428c..28bc13ab 100644 --- a/plugins/exec/exec.c +++ b/plugins/exec/exec.c @@ -27,7 +27,7 @@ static xchat_plugin *ph; /* plugin handle */ static const char name[] = "Exec"; -static const char desc[] = "Execute commands inside XChat"; +static const char desc[] = "Execute commands inside HexChat"; static const char version[] = "1.1"; static int diff --git a/plugins/hextray/xtray.cpp b/plugins/hextray/xtray.cpp index 69303fc5..1958d89d 100644 --- a/plugins/hextray/xtray.cpp +++ b/plugins/hextray/xtray.cpp @@ -73,8 +73,8 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, char **plugin_name, char **pl { ph = plugin_handle; - *plugin_name = "X-Tray"; - *plugin_desc = "Minimize XChat to the Windows system tray"; + *plugin_name = "HexTray"; + *plugin_desc = "Minimize HexChat to the Windows system tray"; *plugin_version = "1.2.4"; /***************************************************************************************************************************/ diff --git a/plugins/winamp/winamp.c b/plugins/winamp/winamp.c index 7201a875..67907eba 100644 --- a/plugins/winamp/winamp.c +++ b/plugins/winamp/winamp.c @@ -169,7 +169,7 @@ xchat_plugin_init(xchat_plugin *plugin_handle, ph = plugin_handle; *plugin_name = "Winamp"; - *plugin_desc = "Winamp plugin for XChat"; + *plugin_desc = "Winamp plugin for HexChat"; *plugin_version = "0.5"; xchat_hook_command (ph, "WINAMP", XCHAT_PRI_NORM, winamp, "Usage: /WINAMP [PAUSE|PLAY|STOP|NEXT|PREV|START] - control Winamp or show what's currently playing", 0); diff --git a/plugins/xsasl/xsasl.c b/plugins/xsasl/xsasl.c index 1d751ff3..a4d619c6 100644 --- a/plugins/xsasl/xsasl.c +++ b/plugins/xsasl/xsasl.c @@ -41,7 +41,7 @@ static xchat_plugin *ph; /* plugin handle */ static const char name[] = "X-SASL"; -static const char desc[] = "SASL authentication plugin for XChat"; +static const char desc[] = "SASL authentication plugin for HexChat"; static const char version[] = "1.1"; static const char xsasl_help[] = "X-SASL Usage:\n /XSASL ADD <login> <password> <network>, enable/update SASL authentication for given network\n /XSASL DEL <network>, disable SASL authentication for given network\n /XSASL LIST, get the list of SASL-enabled networks\n"; |