From fa58f69fe117640e29cefb1b699bede4d045bc2f Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 3 Mar 2018 16:35:09 +0300 Subject: Tox: - updated toxcore due to release v0.2 - removed message correction - reworked nodes update --- protocols/Tox/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Tox/src/stdafx.h') diff --git a/protocols/Tox/src/stdafx.h b/protocols/Tox/src/stdafx.h index 6d0f70935f..0c53490d34 100644 --- a/protocols/Tox/src/stdafx.h +++ b/protocols/Tox/src/stdafx.h @@ -70,7 +70,7 @@ extern HINSTANCE g_hInstance; #define TOX_MAX_RECONNECT_RETRIES 10 #define TOX_INI_PATH "%miranda_path%\\Plugins\\tox.ini" -#define TOX_JSON_PATH "%miranda_userdata%\\tox.json" +#define TOX_JSON_PATH L"%miranda_userdata%\\tox.json" #define TOX_SETTINGS_ID "ToxID" #define TOX_SETTINGS_DNS "DnsID" -- cgit v1.2.3