From 9ecc2aa50e2183e2c4a11861ca6dede7d2151139 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Mon, 22 Jun 2015 20:30:38 +0000 Subject: Tox: updated tox core git-svn-id: http://svn.miranda-ng.org/main/trunk@14333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Tox/src/tox_options.cpp | 4 ++-- protocols/Tox/src/version.h | 2 +- 2 files changed, 3 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 2396638eca..7376bd02e0 100644 --- a/protocols/Tox/src/tox_options.cpp +++ b/protocols/Tox/src/tox_options.cpp @@ -81,7 +81,7 @@ void CToxOptionsMain::ProfileCreate_OnClick(CCtrlButton*) return; } } - + if (m_proto->InitToxCore()) { TCHAR *group = m_group.GetText(); @@ -217,7 +217,7 @@ bool CToxOptionsMultimedia::GetDeviceFullName(GUID guid, TCHAR *deviceName, DWOR void CToxOptionsMultimedia::OnInitDialog() { CToxDlgBase::OnInitDialog(); - + DWORD count = 0; TCHAR deviceName[MAX_PATH]; DWORD deviceNameLength = _countof(deviceName); diff --git a/protocols/Tox/src/version.h b/protocols/Tox/src/version.h index 59e0f560ca..89de1791a2 100644 --- a/protocols/Tox/src/version.h +++ b/protocols/Tox/src/version.h @@ -1,7 +1,7 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 11 #define __RELEASE_NUM 1 -#define __BUILD_NUM 8 +#define __BUILD_NUM 9 #include -- cgit v1.2.3