From ba664dc84855d5db34b4adbbe2a0e4e300d84471 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Thu, 12 Jul 2012 18:39:52 +0200 Subject: Even more rebranding --- plugins/xtray/xtray.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/xtray') 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); /***************************************************************************************************************************/ -- cgit 1.4.1