diff options
Diffstat (limited to 'plugins/ClientChangeNotify')
-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 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;
|