diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:21:44 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 23:21:44 +0200 |
commit | fe3df241c9df18de4e3e1180114bb557c2935b6e (patch) | |
tree | c3cb8bb340110b9becb353e35bda6a75f695b94f /plugins/hextray/xtray.cpp | |
parent | a9c8ab916b2106efce25b8b58ec850031a2dfbf3 (diff) |
Update plugin descriptions and names, too
Diffstat (limited to 'plugins/hextray/xtray.cpp')
-rw-r--r-- | plugins/hextray/xtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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"; /***************************************************************************************************************************/ |