From f19fd89777c2b32ba071e50e19119299db9e95c6 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Thu, 17 Jan 2013 17:49:55 +0000 Subject: - ClientChangeNotify: compilation fix git-svn-id: http://svn.miranda-ng.org/main/trunk@3145 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/ClientChangeNotify') diff --git a/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp b/plugins/ClientChangeNotify/src/ClientChangeNotify.cpp index 662fdadb9d..d3f6134aec 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 ICQ 0.93.5.3007); + 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