diff options
author | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-16 12:56:03 +0200 |
---|---|---|
committer | berkeviktor@aol.com <berkeviktor@aol.com> | 2010-08-16 12:56:03 +0200 |
commit | 3a8d4f91e500d8706e090463db3b4bf66eb6f6b5 (patch) | |
tree | 727b0424519d6db44953423ea6c4a565efdeadc8 /plugins/xtray/xtray.cpp | |
parent | d1029ab4eca2c67914fbcefc4e64fa5b6f45d8ee (diff) |
make xtray builds available and some cosmetics
Diffstat (limited to 'plugins/xtray/xtray.cpp')
-rw-r--r-- | plugins/xtray/xtray.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/xtray/xtray.cpp b/plugins/xtray/xtray.cpp index c9f1bd5e..8364952c 100644 --- a/plugins/xtray/xtray.cpp +++ b/plugins/xtray/xtray.cpp @@ -74,7 +74,7 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, char **plugin_name, char **pl ph = plugin_handle; *plugin_name = "X-Tray"; - *plugin_desc = "Minimize X-Chat to the windows systemtray"; + *plugin_desc = "Minimize XChat to the Windows system tray"; *plugin_version = "1.2.3 PR"; /***************************************************************************************************************************/ @@ -116,7 +116,7 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, char **plugin_name, char **pl /************************* Add our icon to the tray ************************************************************************/ /***************************************************************************************************************************/ char szVersion[64]; - _snprintf(szVersion, 64, "X-Chat [%s]", xchat_get_info(ph, "version")); + _snprintf(szVersion, 64, "XChat-WDK [%s]", xchat_get_info(ph, "version")); AddIcon(g_hXchatWnd, 1, g_hIcons[0], szVersion, (NIF_ICON | NIF_MESSAGE | NIF_TIP), WM_TRAYMSG); /***************************************************************************************************************************/ |