diff options
Diffstat (limited to 'plugins/hextray')
-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"; /***************************************************************************************************************************/ |