diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2014-09-30 19:00:16 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2014-09-30 19:00:16 +0000 |
commit | 559624af12bf19b4bc925cf3f95c6fbd809cc4fb (patch) | |
tree | ad4a42e9c28d2efef7dbeb41ea78b74592a94cb3 /protocols/Tox/src/common.h | |
parent | f3132fe11d470b5a852c04f464cc0e7efcf391a6 (diff) |
Tox:
- utf8 support in search window
- try to hide tox id
git-svn-id: http://svn.miranda-ng.org/main/trunk@10654 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/common.h')
-rw-r--r-- | protocols/Tox/src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/src/common.h b/protocols/Tox/src/common.h index d28a9f1495..ef94231761 100644 --- a/protocols/Tox/src/common.h +++ b/protocols/Tox/src/common.h @@ -46,6 +46,7 @@ extern HINSTANCE g_hInstance; #define TOX_ERROR -1
#define TOX_SETTINGS_ID "ToxID"
+#define TOX_SETTINGS_DNS "DnsID"
#define TOX_SETTINGS_GROUP "DefaultGroup"
#define TOX_SETTINGS_AVATAR_HASH "AvatarHash"
|