summaryrefslogtreecommitdiff
path: root/protocols/Omegle/src
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 /protocols/Omegle/src
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 'protocols/Omegle/src')
-rw-r--r--protocols/Omegle/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
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);