diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 17:42:20 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-18 17:42:20 +0000 |
commit | 32aa210a2cb1781833dd505e8e1267a5b3cd6f03 (patch) | |
tree | 928679daa06e3fc2b5506c40e53d85edf46ecf71 /protocols/Tox/src/tox_menus.cpp | |
parent | c1e9042e5eed72de29ad758eb204029382ae36d4 (diff) |
Tox: fixed some runglish strings
git-svn-id: http://svn.miranda-ng.org/main/trunk@12917 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_menus.cpp')
-rw-r--r-- | protocols/Tox/src/tox_menus.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/tox_menus.cpp b/protocols/Tox/src/tox_menus.cpp index aaf06a9acc..4820a2acd3 100644 --- a/protocols/Tox/src/tox_menus.cpp +++ b/protocols/Tox/src/tox_menus.cpp @@ -63,8 +63,8 @@ void CToxProto::InitMenus() // Start audio call
mi.pszService = MODULE"/Audio/Call";
- mi.ptszName = LPGENT("Audio call");
- mi.position = CMI_POSITION + CMI_AUDIO_CALL + 100000;
+ mi.ptszName = LPGENT("Call");
+ mi.position = -2000020000 + CMI_AUDIO_CALL;
mi.icolibItem = GetIconHandle("audio_start");
ContactMenuItems[CMI_AUDIO_CALL] = Menu_AddContactMenuItem(&mi);
CreateServiceFunction(mi.pszService, GlobalService<&CToxProto::OnSendAudioCall>);
|