Even more rebranding

This commit is contained in:
Berke Viktor
2012-07-12 18:39:52 +02:00
parent fe67eba75e
commit ba664dc848
6 changed files with 23 additions and 30 deletions

View File

@@ -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);
/***************************************************************************************************************************/