diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 22:41:15 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-11 22:41:15 +0200 |
commit | 1f1c76a5d8e4456d844bf19400aca68900e0e878 (patch) | |
tree | 1f9d7541ece8a29c4941b386102a749ec571f437 /plugins/xtray/xtray.cpp | |
parent | 534cd2802f807e4ca33a8586508619e6a52c3667 (diff) |
Initial rebranding in code
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 ec5e34f8..b49c7ed7 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, "XChat-WDK %s", xchat_get_info(ph, "wdk_version")); + _snprintf(szVersion, 64, "HexChat %s", xchat_get_info(ph, "wdk_version")); AddIcon(g_hXchatWnd, 1, g_hIcons[0], szVersion, (NIF_ICON | NIF_MESSAGE | NIF_TIP), WM_TRAYMSG); /***************************************************************************************************************************/ |