summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-01-17 11:05:43 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-01-17 11:05:43 +0000
commit419cb6f99f77e70f428c660506dc12ea005d3546 (patch)
tree5750170caa3229f48d7838834d2c36e8119ba8a2 /plugins/ClientChangeNotify
parent772a10a9c85fa29621733d31d64c1367f68664fd (diff)
- small fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@3131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ClientChangeNotify')
-rw-r--r--plugins/ClientChangeNotify/src/ClientChangeNotify.cpp2
1 files changed, 1 insertions, 1 deletions
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;