diff options
author | dartraiden <dartraiden@protonmail.com> | 2020-01-16 00:01:48 +0300 |
---|---|---|
committer | dartraiden <dartraiden@protonmail.com> | 2020-01-16 00:01:48 +0300 |
commit | ab76f873068e309b56cb70ce44b2a2299e4b142b (patch) | |
tree | c8a8abc207cc445415ed1ca092d090ffc02bdd34 /protocols | |
parent | f86b2e97ac179a8592980e9d4687d28a108c745a (diff) |
Discord: -1 unique string
Diffstat (limited to 'protocols')
-rw-r--r-- | protocols/Discord/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Discord/src/main.cpp b/protocols/Discord/src/main.cpp index 80d45c62f0..ad523cf0e2 100644 --- a/protocols/Discord/src/main.cpp +++ b/protocols/Discord/src/main.cpp @@ -53,7 +53,7 @@ IconItem g_iconList[] = { LPGEN("Main icon"), "main", IDI_MAIN }, { LPGEN("Group chats"), "groupchat", IDI_GROUPCHAT }, { LPGEN("Voice call"), "voicecall", IDI_VOICE_CALL }, - { LPGEN("Call ended"), "voiceend", IDI_VOICE_ENDED } + { LPGEN("Voice call ended"), "voiceend", IDI_VOICE_ENDED } }; int CMPlugin::Load() |