summaryrefslogtreecommitdiff
path: root/protocols/Tox/src/tox_icons.cpp
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-15 21:29:20 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-15 21:29:20 +0000
commitf2dcf0c403d9083ec794376ba690d79727a6d318 (patch)
treea81596bcb1694d033f0a843c66111841fefa9a17 /protocols/Tox/src/tox_icons.cpp
parentda9ae2242b65c735ccda30107cd2f8ee5a021948 (diff)
Tox: audio support pt.3
git-svn-id: http://svn.miranda-ng.org/main/trunk@12850 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/tox_icons.cpp')
-rw-r--r--protocols/Tox/src/tox_icons.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/Tox/src/tox_icons.cpp b/protocols/Tox/src/tox_icons.cpp
index 9a62c5069b..5600283ae0 100644
--- a/protocols/Tox/src/tox_icons.cpp
+++ b/protocols/Tox/src/tox_icons.cpp
@@ -4,6 +4,9 @@ IconInfo CToxProto::Icons[] =
{
{ LPGENT("Protocol icon"), "main", IDI_TOX },
{ LPGENT("Audio call"), "audio_call", IDI_AUDIO_CALL },
+ { LPGENT("Audio ring"), "audio_ring", IDI_AUDIO_RING },
+ { LPGENT("Audio start"), "audio_start", IDI_AUDIO_START },
+ { LPGENT("Audio end"), "audio_end", IDI_AUDIO_END },
};
void CToxProto::InitIcons()