diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ClientChangeNotify/src/ClientChangeNotify.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|