diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-22 20:30:38 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-22 20:30:38 +0000 |
commit | 9ecc2aa50e2183e2c4a11861ca6dede7d2151139 (patch) | |
tree | b658388c130b79c5f9a48cbe49224f6a96429ae5 /protocols/Tox/src | |
parent | 190bff5d2126c9801b44fb89a7946a5c4f967234 (diff) |
Tox: updated tox core
git-svn-id: http://svn.miranda-ng.org/main/trunk@14333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 4 | ||||
-rw-r--r-- | protocols/Tox/src/version.h | 2 |
2 files changed, 3 insertions, 3 deletions
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 <stdver.h>
|