diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 19:40:35 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-20 19:40:35 +0000 |
commit | 0ab99d5195c16d19aecf0e6d6867cc0a6ddfd66d (patch) | |
tree | 3b40d7449034a6fbf8b1c1b9af99e880295a32a7 /protocols/SkypeWeb/src/skype_menus.h | |
parent | 4cbbc64544a96d365e0e1862b122b9dec8faf601 (diff) |
SkypeWeb: Chat creating part 1.
git-svn-id: http://svn.miranda-ng.org/main/trunk@12986 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_menus.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_menus.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/skype_menus.h b/protocols/SkypeWeb/src/skype_menus.h index 437a8bb947..99a15ef920 100644 --- a/protocols/SkypeWeb/src/skype_menus.h +++ b/protocols/SkypeWeb/src/skype_menus.h @@ -28,6 +28,15 @@ enum CMI_MAX // this item shall be the last one
};
+enum ProtoMenuIndexes {
+ PMI_CREATECHAT,
+ PMI_SETSTATUSMSG,
+ PMI_WALLPOST,
+ PMI_LOADVKNEWS,
+ PMI_VISITPROFILE,
+ PMI_COUNT
+};
+
#define SMI_POSITION 200000
#endif //_SKYPE_MENUS_H_
\ No newline at end of file |