diff options
author | George Hazan <george.hazan@gmail.com> | 2015-04-07 19:26:38 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-04-07 19:26:38 +0000 |
commit | 364d4e43e8a8755ba16778f0df7bf8208b1ecae6 (patch) | |
tree | a045d8fb8cf51b96775fc9ecdfa3f4498e201e2d | |
parent | aed337ad90f145991a39b7900b8d42dc18178366 (diff) |
oops
git-svn-id: http://svn.miranda-ng.org/main/trunk@12662 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/IcqOscarJ/src/icq_clients.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/IcqOscarJ/src/icq_clients.cpp b/protocols/IcqOscarJ/src/icq_clients.cpp index d57b4686ed..7b4f495295 100644 --- a/protocols/IcqOscarJ/src/icq_clients.cpp +++ b/protocols/IcqOscarJ/src/icq_clients.cpp @@ -166,8 +166,8 @@ const capstr capIMsecure = {'I', 'M', 's', 'e', 'c', 'u', 'r', 'e', 'C', 'p', const capstr capIMSecKey1 = {1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; // ZoneLabs
const capstr capIMSecKey2 = {2, 2, 2, 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; // ZoneLabs
const capstr capFakeHtml = {0x01, 0x38, 0xca, 0x7b, 0x76, 0x9a, 0x49, 0x15, 0x88, 0xf2, 0x13, 0xfc, 0x00, 0x97, 0x9e, 0xa8};
-const capstr capIcqIos = {0x09, 0x46, 0x13, 0x52, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00};
-const capstr capIcqAndroid = {0x09, 0x46, 0x13, 0x52, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00};
+const capstr capIcqIos = {0x09, 0x46, 0x13, 0x52, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 'D', 'E', 'S', 'T', 0x00, 0x00};
+const capstr capIcqAndroid = {0x09, 0x46, 0x13, 0x53, 0x4c, 0x7f, 0x11, 0xd1, 0x82, 0x22, 'D', 'E', 'S', 'T', 0x00, 0x00};
const shortcapstr capAimIcon = { 0x13, 0x46 }; // CAP_AIM_BUDDYICON
const shortcapstr capAimDirect = { 0x13, 0x45 }; // CAP_AIM_DIRECTIM
|