diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-12 18:39:52 +0200 |
commit | ba664dc84855d5db34b4adbbe2a0e4e300d84471 (patch) | |
tree | f1ed53a82158099013a0fe183297e4fbd7783681 /plugins/xtray/xtray.cpp | |
parent | fe67eba75e1c60a10ec230a6ace5070f01888fc5 (diff) |
Even more rebranding
Diffstat (limited to 'plugins/xtray/xtray.cpp')
-rw-r--r-- | plugins/xtray/xtray.cpp | 2 |
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); /***************************************************************************************************************************/ |