summary refs log tree commit diff stats
path: root/plugins/xtray
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-12 18:39:52 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-12 18:39:52 +0200
commitba664dc84855d5db34b4adbbe2a0e4e300d84471 (patch)
treef1ed53a82158099013a0fe183297e4fbd7783681 /plugins/xtray
parentfe67eba75e1c60a10ec230a6ace5070f01888fc5 (diff)
Even more rebranding
Diffstat (limited to 'plugins/xtray')
-rw-r--r--plugins/xtray/xtray.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xtray/xtray.cpp b/plugins/xtray/xtray.cpp
index b49c7ed7..69303fc5 100644
--- a/plugins/xtray/xtray.cpp
+++ b/plugins/xtray/xtray.cpp
@@ -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, "HexChat %s", xchat_get_info(ph, "wdk_version"));

+	_snprintf(szVersion, 64, "HexChat %s", xchat_get_info(ph, "version"));

 	AddIcon(g_hXchatWnd, 1, g_hIcons[0], szVersion, (NIF_ICON | NIF_MESSAGE | NIF_TIP), WM_TRAYMSG);

 

 	/***************************************************************************************************************************/