From 419cb6f99f77e70f428c660506dc12ea005d3546 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 17 Jan 2013 11:05:43 +0000 Subject: - small fix git-svn-id: http://svn.miranda-ng.org/main/trunk@3131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index af093336de..662fdadb9d 100644 --- a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp +++ b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp @@ -206,7 +206,7 @@ int ContactSettingChanged(WPARAM wParam, LPARAM lParam) SHOWPOPUP_DATA sd = {0}; char *szProto = GetContactProto(hContact); if (g_PreviewOptPage) - sd.MirVer = _T("Miranda NG 0.6.0.1 (ICQ v0.3.7 alpha)"); + sd.MirVer = _T(Miranda NG ICQ 0.93.5.3007); else { if (!hContact) // exit if hContact == NULL and it's not a popup preview return 0; -- cgit v1.2.3