summary refs log tree commit diff stats
path: root/plugins/winamp
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/winamp
parenta9c8ab916b2106efce25b8b58ec850031a2dfbf3 (diff)
Update plugin descriptions and names, too
Diffstat (limited to 'plugins/winamp')
-rw-r--r--plugins/winamp/winamp.c2
1 files changed, 1 insertions, 1 deletions
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);