summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/main.cpp')
-rw-r--r--protocols/FacebookRM/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/main.cpp b/protocols/FacebookRM/main.cpp
index 9e58374232..5928b85499 100644
--- a/protocols/FacebookRM/main.cpp
+++ b/protocols/FacebookRM/main.cpp
@@ -113,7 +113,7 @@ extern "C" int __declspec(dllexport) Load(void)
{
std::stringstream agent;
// DWORD mir_ver = ( DWORD )CallService( MS_SYSTEM_GETVERSION, NULL, NULL );
- agent << "MirandaIM/";
+ agent << "MirandaNG/";
agent << (( g_mirandaVersion >> 24) & 0xFF);
agent << ".";
agent << (( g_mirandaVersion >> 16) & 0xFF);