diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-17 23:21:43 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-17 23:21:43 +0000 |
commit | 67c3941db8a7ea1965dbed909f33380200f04090 (patch) | |
tree | 204629e2f887a7f02952375516a1d22c76c79c1f /protocols/Tox/src/tox_menus.h | |
parent | a4135a992461726e155c7be95e4ceaabdb3eceff (diff) |
Tox: audio support pt.4
git-svn-id: http://svn.miranda-ng.org/main/trunk@12898 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_menus.h')
-rw-r--r-- | protocols/Tox/src/tox_menus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_menus.h b/protocols/Tox/src/tox_menus.h index 0becb02269..f4930265a2 100644 --- a/protocols/Tox/src/tox_menus.h +++ b/protocols/Tox/src/tox_menus.h @@ -7,6 +7,7 @@ enum CMI_MENU_ITEMS {
CMI_AUTH_REQUEST,
CMI_AUTH_GRANT,
+ CMI_AUDIO_CALL,
CMI_MAX // this item shall be the last one
};
|