From 597d5a26ad80b3e45d4863c5083994900dfd54ec Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 28 May 2012 15:20:02 +0000 Subject: collection of various fixes from the forums git-svn-id: http://svn.miranda-ng.org/main/trunk@215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/IcqOscarJ/icq_clients.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/IcqOscarJ/icq_clients.cpp') diff --git a/protocols/IcqOscarJ/icq_clients.cpp b/protocols/IcqOscarJ/icq_clients.cpp index 8c028a424e..b09b2fb785 100644 --- a/protocols/IcqOscarJ/icq_clients.cpp +++ b/protocols/IcqOscarJ/icq_clients.cpp @@ -1066,6 +1066,8 @@ const char* CIcqProto::detectUserClient(HANDLE hContact, int nIsICQ, WORD wUserC else szClient = "AIM"; } + else if(wUserClass & CLASS_WIRELESS) + szClient = "AIM (Mobile)"; else szClient = "AIM"; } -- cgit v1.2.3