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/tox_options.cpp | |
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/tox_options.cpp')
-rw-r--r-- | protocols/Tox/src/tox_options.cpp | 4 |
1 files changed, 2 insertions, 2 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);
|