diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 15:31:38 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-08-15 15:31:38 +0000 |
commit | c2e13d700cbab383b9326ae1fac5991633a42392 (patch) | |
tree | 32e67ce6b0eedcf1ee7e3f5e9dd3bdb1dc08560d /plugins/!NotAdopted/Tlen/jabber_thread.c | |
parent | f7deb798b058ebfcf6563d27c7cedcfa84ee89b5 (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.c | 2 |
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);
|