diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-29 07:21:06 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-04-29 07:21:06 +0000 |
commit | 43fc1c0d826a62ebbb4c69a524a14f734c52f6c6 (patch) | |
tree | 917a468373ab9391893f61ec3ea6570c692901fa /protocols/Skype/src/skype_dialogs.cpp | |
parent | 377d42edf37d459a8fe0d85a49a0fdc5f631bc48 (diff) |
second attempt cleanup aes
git-svn-id: http://svn.miranda-ng.org/main/trunk@4567 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_dialogs.cpp')
-rw-r--r-- | protocols/Skype/src/skype_dialogs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_dialogs.cpp b/protocols/Skype/src/skype_dialogs.cpp index 90c5949d6a..6651480b88 100644 --- a/protocols/Skype/src/skype_dialogs.cpp +++ b/protocols/Skype/src/skype_dialogs.cpp @@ -37,7 +37,7 @@ INT_PTR CALLBACK CSkypeProto::SkypeMainOptionsProc(HWND hwnd, UINT message, WPAR SendMessage(GetDlgItem(hwnd, IDC_PORT), EM_SETLIMITTEXT, 5, 0);
}
{
- CheckDlgButton(hwnd, IDC_USE_ALT_PORTS, ::db_set_b(NULL, proto->m_szModuleName, "UseAlternativePorts", 1));
+ CheckDlgButton(hwnd, IDC_USE_ALT_PORTS, ::db_get_b(NULL, proto->m_szModuleName, "UseAlternativePorts", 1));
}
if (proto->IsOnline())
{
|