summary refs log tree commit diff stats
path: root/plugins
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 23:21:44 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 23:21:44 +0200
commitfe3df241c9df18de4e3e1180114bb557c2935b6e (patch)
treec3cb8bb340110b9becb353e35bda6a75f695b94f /plugins
parenta9c8ab916b2106efce25b8b58ec850031a2dfbf3 (diff)
Update plugin descriptions and names, too
Diffstat (limited to 'plugins')
-rw-r--r--plugins/exec/exec.c2
-rw-r--r--plugins/hextray/xtray.cpp4
-rw-r--r--plugins/winamp/winamp.c2
-rw-r--r--plugins/xsasl/xsasl.c2
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";