From 0cb9e14b5d5c106f62d0e9e8bdac34fd6058d99f Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Fri, 1 Apr 2016 20:54:11 +0000 Subject: AIM: - Fixed "Default" button for non-ssl login server (r16557) git-svn-id: http://svn.miranda-ng.org/main/trunk@16569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/AimOscar/src/stdafx.h | 2 +- protocols/AimOscar/src/ui.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols') diff --git a/protocols/AimOscar/src/stdafx.h b/protocols/AimOscar/src/stdafx.h index 8441113ea4..fa500f9a2e 100755 --- a/protocols/AimOscar/src/stdafx.h +++ b/protocols/AimOscar/src/stdafx.h @@ -162,7 +162,7 @@ along with this program. If not, see . #define AIM_KEY_NIL "IsNotInList" #define AIM_DEFAULT_SERVER "slogin.oscar.aol.com" -#define AIM_DEFAULT_SERVER_NS "slogin.oscar.aol.com" +#define AIM_DEFAULT_SERVER_NS "login.oscar.aol.com" #define AIM_PROXY_SERVER "ars.oscar.aol.com" #define AIM_DEFAULT_PORT 5190 #define AIM_DEFAULT_SSL_PORT 5190 diff --git a/protocols/AimOscar/src/ui.cpp b/protocols/AimOscar/src/ui.cpp index 997ce54676..e1f41a14c2 100755 --- a/protocols/AimOscar/src/ui.cpp +++ b/protocols/AimOscar/src/ui.cpp @@ -772,7 +772,7 @@ static INT_PTR CALLBACK options_dialog(HWND hwndDlg, UINT msg, WPARAM wParam, LP /* bool dssl = IsDlgButtonChecked(hwndDlg, IDC_DSSL) != 0; SetDlgItemTextA(hwndDlg, IDC_HN, dssl ? AIM_DEFAULT_SERVER_NS : AIM_DEFAULT_SERVER); SetDlgItemInt(hwndDlg, IDC_PN, dssl ? AIM_DEFAULT_PORT : AIM_DEFAULT_SSL_PORT, FALSE);*/ - SetDlgItemTextA(hwndDlg, IDC_HN, AIM_DEFAULT_SERVER); + SetDlgItemTextA(hwndDlg, IDC_HN, AIM_DEFAULT_SERVER_NS); SetDlgItemInt(hwndDlg, IDC_PN, AIM_DEFAULT_PORT, FALSE); } break; @@ -780,7 +780,7 @@ static INT_PTR CALLBACK options_dialog(HWND hwndDlg, UINT msg, WPARAM wParam, LP case IDC_SVRRESET: /* SetDlgItemTextA(hwndDlg, IDC_HN, IsDlgButtonChecked(hwndDlg, IDC_DSSL) ? AIM_DEFAULT_SERVER_NS : AIM_DEFAULT_SERVER); */ - SetDlgItemTextA(hwndDlg, IDC_HN, AIM_DEFAULT_SERVER); + SetDlgItemTextA(hwndDlg, IDC_HN, AIM_DEFAULT_SERVER_NS); SetDlgItemInt(hwndDlg, IDC_PN, ppro->get_default_port(), FALSE); break; -- cgit v1.2.3