From d856ff89393e9bbef394c4c88b1250ef2e5d369d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Thu, 17 Jan 2013 10:40:57 +0000 Subject: NG-ized few old IM relics. git-svn-id: http://svn.miranda-ng.org/main/trunk@3129 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Omegle/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp index 6a202d7237..79ecfaaa1e 100644 --- a/protocols/Omegle/src/main.cpp +++ b/protocols/Omegle/src/main.cpp @@ -110,7 +110,7 @@ extern "C" int __declspec(dllexport) Load(void) // Init native User-Agent { std::stringstream agent; - agent << "Miranda IM/"; + agent << "Miranda NG/"; agent << (( g_mirandaVersion >> 24) & 0xFF); agent << "."; agent << (( g_mirandaVersion >> 16) & 0xFF); -- cgit v1.2.3