From ae7f135deb953d2b25f836fb93133d4b413fb9c0 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 7 Apr 2013 12:08:19 +0000 Subject: fixed own port using git-svn-id: http://svn.miranda-ng.org/main/trunk@4363 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_dialogs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Skype') diff --git a/protocols/Skype/src/skype_dialogs.cpp b/protocols/Skype/src/skype_dialogs.cpp index 1029751490..e76034b5f6 100644 --- a/protocols/Skype/src/skype_dialogs.cpp +++ b/protocols/Skype/src/skype_dialogs.cpp @@ -151,7 +151,7 @@ INT_PTR CALLBACK CSkypeProto::SkypeMainOptionsProc(HWND hwnd, UINT message, WPAR BOOL error; int port = GetDlgItemInt(hwnd, IDC_PORT, &error, FALSE); proto->SetSettingWord("Port", port); - proto->GetSettingByte("UseAlternativePorts", IsDlgButtonChecked( hwnd, IDC_USE_ALT_PORTS ) > 0); + proto->SetSettingByte("UseAlternativePorts", IsDlgButtonChecked(hwnd, IDC_USE_ALT_PORTS) > 0); } return TRUE; -- cgit v1.2.3