diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-01 20:54:11 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2016-04-01 20:54:11 +0000 |
commit | 0cb9e14b5d5c106f62d0e9e8bdac34fd6058d99f (patch) | |
tree | 5ba4760b920f35cfcc440da8723a079b80fedda2 /protocols/AimOscar/src/stdafx.h | |
parent | eba8d089881ba440d2067cb441539517e577d37b (diff) |
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
Diffstat (limited to 'protocols/AimOscar/src/stdafx.h')
-rwxr-xr-x | protocols/AimOscar/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <http://www.gnu.org/licenses/>. #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
|