summaryrefslogtreecommitdiff
path: root/plugins/ClientChangeNotify
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-01-17 10:40:57 +0000
committerRobert Pösel <robyer@seznam.cz>2013-01-17 10:40:57 +0000
commitd856ff89393e9bbef394c4c88b1250ef2e5d369d (patch)
treef96a6acc80b6344edf1fffa739002fc3c4b14a19 /plugins/ClientChangeNotify
parent3c6aaaa49c1eac0bee54a02fc3e22b017f8288b2 (diff)
NG-ized few old IM relics.
git-svn-id: http://svn.miranda-ng.org/main/trunk@3129 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 1a39c15b82..af093336de 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 IM 0.6.0.1 (ICQ v0.3.7 alpha)");
+ sd.MirVer = _T("Miranda NG 0.6.0.1 (ICQ v0.3.7 alpha)");
else {
if (!hContact) // exit if hContact == NULL and it's not a popup preview
return 0;