diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-07-24 08:51:13 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-07-24 08:51:13 +0000 |
commit | e75288a34063b1877ccdd154f55327b650057643 (patch) | |
tree | dcc1a7496797f7dc97ce72c897b7d0f9ef01cbbc /protocols/JabberG/jabber.cpp | |
parent | c221096dffe68a5589ccae2fcab6f0931832a761 (diff) |
Jabber:
- Fixed not attaching resource name to client info for Miranda NG
- Replaced all remaining "Miranda IM" to "Miranda NG"
git-svn-id: http://svn.miranda-ng.org/main/trunk@1157 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/JabberG/jabber.cpp')
-rw-r--r-- | protocols/JabberG/jabber.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/JabberG/jabber.cpp b/protocols/JabberG/jabber.cpp index ff97047284..97c2bbcb08 100644 --- a/protocols/JabberG/jabber.cpp +++ b/protocols/JabberG/jabber.cpp @@ -226,7 +226,7 @@ extern "C" int __declspec( dllexport ) Load() CallService( MS_UTILS_GETCOUNTRYLIST, ( WPARAM )&g_cbCountries, ( LPARAM )&g_countries );
setlocale(LC_ALL, "");
- mir_snprintf( szVersion, sizeof( szVersion ), Translate("Jabber protocol plugin for Miranda IM (%s)"), __DATE__ );
+ mir_snprintf( szVersion, sizeof( szVersion ), Translate("Jabber protocol plugin for Miranda NG (%s)"), __DATE__ );
pcli = ( CLIST_INTERFACE* )CallService(MS_CLIST_RETRIEVE_INTERFACE, 0, (LPARAM)hInst);
|