Update plugin descriptions and names, too

This commit is contained in:
Berke Viktor
2012-07-13 23:21:44 +02:00
parent a9c8ab916b
commit fe3df241c9
4 changed files with 5 additions and 5 deletions

View File

@@ -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";
/***************************************************************************************************************************/