summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Tlen/jabber_thread.c
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 15:31:38 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-15 15:31:38 +0000
commitc2e13d700cbab383b9326ae1fac5991633a42392 (patch)
tree32e67ce6b0eedcf1ee7e3f5e9dd3bdb1dc08560d /plugins/!NotAdopted/Tlen/jabber_thread.c
parentf7deb798b058ebfcf6563d27c7cedcfa84ee89b5 (diff)
Yet another Miranda IM > NG rename part 3
git-svn-id: http://svn.miranda-ng.org/main/trunk@1467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Tlen/jabber_thread.c')
-rw-r--r--plugins/!NotAdopted/Tlen/jabber_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/Tlen/jabber_thread.c b/plugins/!NotAdopted/Tlen/jabber_thread.c
index b78cb1e9b5..fc76c893cf 100644
--- a/plugins/!NotAdopted/Tlen/jabber_thread.c
+++ b/plugins/!NotAdopted/Tlen/jabber_thread.c
@@ -572,7 +572,7 @@ static void TlenProcessIqGetVersion(TlenProtocol *proto, XmlNode* node)
if ( os == NULL ) os = JabberTextEncode( Translate( "Windows" ));
- strcpy(mversion, "Miranda IM ");
+ strcpy(mversion, "Miranda NG ");
CallService( MS_SYSTEM_GETVERSIONTEXT, sizeof( mversion ) - 11, ( LPARAM )mversion + 11 );
strcat(mversion, " (Tlen v.");
strcat(mversion, TLEN_VERSION_STRING);