diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-05 19:32:47 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-05 19:32:47 +0000 |
commit | 3ffa79499e8b9c270fa33c1f1b90ef9b09fe43be (patch) | |
tree | 7e44a4b7c319bf4dfc98a4f332a09a78333a765d /protocols/SkypeWeb/src/skype_menus.h | |
parent | a5b3b10b0fb74f875aabda2db2e21311c02bdfee (diff) |
SkypeWeb: History sync reworked.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12618 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_menus.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_menus.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_menus.h b/protocols/SkypeWeb/src/skype_menus.h index 6930ddeb2f..5a0fcaed6d 100644 --- a/protocols/SkypeWeb/src/skype_menus.h +++ b/protocols/SkypeWeb/src/skype_menus.h @@ -2,8 +2,9 @@ #define _SKYPE_MENUS_H_
#define CMI_POSITION -201001000
-#define CMI_AUTH_REQUEST 1
-#define CMI_AUTH_GRANT 2
+#define CMI_AUTH_REQUEST 0
+#define CMI_AUTH_GRANT 1
+#define CMI_GETSERVERHISTORY 2
#define CMI_MAX 3 // this item shall be the last one
#define SMI_POSITION 200000
|