From fe9f7606361446d20201092d2ade4ccfbdf5ca36 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 25 Feb 2017 18:55:39 +0300 Subject: Tox: fixed #684 --- protocols/Tox/src/tox_options.cpp | 3 +-- protocols/Tox/src/version.h | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Tox/src') diff --git a/protocols/Tox/src/tox_options.cpp b/protocols/Tox/src/tox_options.cpp index 5e5e37492f..d57f42ebdd 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -127,8 +127,7 @@ void CToxOptionsMain::ProfileImport_OnClick(CCtrlButton*) if (mir_wstrcmpi(profilePath, defaultProfilePath) != 0) CopyFile(profilePath, defaultProfilePath, FALSE); - Tox_Options *options = NULL; - tox_options_default(options); + Tox_Options *options = tox_options_new(NULL); if (m_proto->LoadToxProfile(options)) { CToxThread toxThread(options); diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 3fd62a1c86..549ff228cd 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -11,4 +11,4 @@ #define __AUTHOR "Miranda NG Team" #define __AUTHOREMAIL "" #define __AUTHORWEB "http://miranda-ng.org/p/Tox/" -#define __COPYRIGHT "� 2014-17 Miranda NG Team" +#define __COPYRIGHT "© 2014-17 Miranda NG Team" -- cgit v1.2.3