summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2014-08-06 12:28:24 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2014-08-06 12:28:24 +0000
commit633191080bc49e3988dbb1f5a5595cae6d4126b6 (patch)
treecfc60a4d710c377948d94f761c54868c4b5a45b3
parent29dc5b6a2cc340f879221ccd7e54c2bad8b8be51 (diff)
more informative error message
git-svn-id: http://svn.miranda-ng.org/main/trunk@10087 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Skype/src/skype_account.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp
index 7111f2b637..d3729f317a 100644
--- a/protocols/Skype/src/skype_account.cpp
+++ b/protocols/Skype/src/skype_account.cpp
@@ -7,7 +7,7 @@ wchar_t *CSkypeProto::LogoutReasons[] =
LPGENW("HTTPS proxy authentication failed") /* HTTPS_PROXY_AUTH_FAILED */,
LPGENW("SOCKS proxy authentication failed") /* SOCKS_PROXY_AUTH_FAILED */,
LPGENW("P2P connection failed") /* P2P_CONNECT_FAILED */,
- LPGENW("SERVER_CONNECT_FAILED") /* SERVER_CONNECT_FAILED */,
+ LPGENW("Connection to server failed. SkypeKit has been deprecated by Microsoft.") /* SERVER_CONNECT_FAILED */,
LPGENW("Server is overloaded") /* SERVER_OVERLOADED */,
LPGENW("SkypeKit database already in use") /* DB_IN_USE */,
LPGENW("Invalid Skype name") /* INVALID_SKYPENAME */,