diff options
| author | George Hazan <george.hazan@gmail.com> | 2025-04-28 18:44:04 +0300 |
|---|---|---|
| committer | George Hazan <george.hazan@gmail.com> | 2025-04-28 18:44:04 +0300 |
| commit | 7369bddd375fb8d4ba4cb1e682f24a62986b7337 (patch) | |
| tree | 6970a482411e7a7961e1c0c7041cb6dec4735039 | |
| parent | 71e15ad9a025332242f144286ec962f26146117e (diff) | |
fixes #4982 completely
| -rw-r--r-- | protocols/Dummy/src/dummy_proto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Dummy/src/dummy_proto.cpp b/protocols/Dummy/src/dummy_proto.cpp index db82416df5..5fe833d856 100644 --- a/protocols/Dummy/src/dummy_proto.cpp +++ b/protocols/Dummy/src/dummy_proto.cpp @@ -42,7 +42,7 @@ const ttemplate templates[] = { "Tlen", "jid", LPGEN("Tlen login"), IDI_TLEN },
{ "Tox", "ToxID", LPGEN("Tox ID"), IDI_TOX },
{ "Twitter", "Username", LPGEN("Username"), IDI_TWITTER },
- { "VK", "ID", LPGEN("VKontakte ID"), IDI_VK },
+ { "VKontakte", "ID", LPGEN("VKontakte ID"), IDI_VK },
{ "WhatsApp", "ID", LPGEN("WhatsApp ID"), IDI_WHATSAPP },
{ "XFire", "Username", LPGEN("Username"), IDI_XFIRE },
{ "Yahoo", "yahoo_id", LPGEN("ID"), IDI_YAHOO },
|
