summary refs log tree commit diff stats
path: root/plugins/xtray/callbacks.cpp
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-11 22:41:15 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-11 22:41:15 +0200
commit1f1c76a5d8e4456d844bf19400aca68900e0e878 (patch)
tree1f9d7541ece8a29c4941b386102a749ec571f437 /plugins/xtray/callbacks.cpp
parent534cd2802f807e4ca33a8586508619e6a52c3667 (diff)
Initial rebranding in code
Diffstat (limited to 'plugins/xtray/callbacks.cpp')
-rw-r--r--plugins/xtray/callbacks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xtray/callbacks.cpp b/plugins/xtray/callbacks.cpp
index 1b7f452f..c7de9626 100644
--- a/plugins/xtray/callbacks.cpp
+++ b/plugins/xtray/callbacks.cpp
@@ -344,7 +344,7 @@ LRESULT CALLBACK WindowProc(HWND hWnd, UINT msg, WPARAM wparam, LPARAM lparam)
 			if(msg == RegisterWindowMessage(_T("TaskbarCreated")))

 			{

 				char szVersion[64];

-				_snprintf(szVersion, 64, "XChat-WDK [%s]", xchat_get_info(ph, "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);

 			}

 		}