From c2e13d700cbab383b9326ae1fac5991633a42392 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 15 Aug 2012 15:31:38 +0000 Subject: Yet another Miranda IM > NG rename part 3 git-svn-id: http://svn.miranda-ng.org/main/trunk@1467 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Tlen/jabber_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/!NotAdopted/Tlen/jabber_thread.c') 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); -- cgit v1.2.3