summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn_misc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/MSN/msn_misc.cpp')
-rw-r--r--protocols/MSN/msn_misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_misc.cpp b/protocols/MSN/msn_misc.cpp
index c3f53dc5e1..12b07cd08e 100644
--- a/protocols/MSN/msn_misc.cpp
+++ b/protocols/MSN/msn_misc.cpp
@@ -584,7 +584,7 @@ void ThreadData::sendCaps(void)
mir_snprintf(capMsg, sizeof(capMsg),
"Content-Type: text/x-clientcaps\r\n\r\n"
- "Client-Name: Miranda IM %s (MSN v.%s)\r\n",
+ "Client-Name: Miranda NG %s (MSN v.%s)\r\n",
mversion, __VERSION_STRING);
sendMessage('U', NULL, 1, capMsg, MSG_DISABLE_HDR);