diff options
author | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:20:02 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-05-28 15:20:02 +0000 |
commit | 597d5a26ad80b3e45d4863c5083994900dfd54ec (patch) | |
tree | c842b647ab0be86eec7222e57cd60adea3222aec /protocols/IcqOscarJ/icq_clients.cpp | |
parent | f7892e2c27b96566489297ae53dee0ed3e53bd9c (diff) |
collection of various fixes from the forums
git-svn-id: http://svn.miranda-ng.org/main/trunk@215 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IcqOscarJ/icq_clients.cpp')
-rw-r--r-- | protocols/IcqOscarJ/icq_clients.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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";
}
|