summaryrefslogtreecommitdiff
path: root/protocols/Tox/src
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2015-04-17 10:08:23 +0000
committerKirill Volinsky <mataes2007@gmail.com>2015-04-17 10:08:23 +0000
commita1ed8b94dd8261db28f6542eea03fd0ce88974a4 (patch)
tree70c9a8ee8cc75a06f2a3630b1a293cb98582742c /protocols/Tox/src
parentb84ed6e7c85a8a59379aedae5501074fcfc9b161 (diff)
don't translate accounts names in options
git-svn-id: http://svn.miranda-ng.org/main/trunk@12881 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src')
-rw-r--r--protocols/Tox/src/tox_options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp
index 82f1da61c4..8081a6a8d1 100644
--- a/protocols/Tox/src/tox_options.cpp
+++ b/protocols/Tox/src/tox_options.cpp
@@ -513,7 +513,7 @@ int CToxProto::OnOptionsInit(WPARAM wParam, LPARAM)
{
OPTIONSDIALOGPAGE odp = { 0 };
odp.ptszTitle = m_tszUserName;
- odp.flags = ODPF_BOLDGROUPS | ODPF_TCHAR;
+ odp.flags = ODPF_BOLDGROUPS | ODPF_TCHAR | ODPF_DONTTRANSLATE;
odp.ptszGroup = LPGENT("Network");
odp.ptszTab = LPGENT("Account");