diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 09:28:30 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-10 09:28:30 +0000 |
commit | b29ea624d53adbc50a9385c4e22d70c89a2a8e79 (patch) | |
tree | 4d40c148e17c279d221a0e1e54351b1840a48532 /protocols/Skype/src/skype_account.cpp | |
parent | 89769e394468180e44d7d1c644ddf597a5799e3f (diff) |
- removed big size status icons
- fixed crash on unsuccessful login
- fixed crash on home tab in own profile info
git-svn-id: http://svn.miranda-ng.org/main/trunk@4617 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_account.cpp')
-rw-r--r-- | protocols/Skype/src/skype_account.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp index 3202a6cec4..f0767b08fc 100644 --- a/protocols/Skype/src/skype_account.cpp +++ b/protocols/Skype/src/skype_account.cpp @@ -271,7 +271,7 @@ void CSkypeProto::OnCblUpdated() void CSkypeProto::OnLoggedOut(CAccount::LOGOUTREASON reason)
{
- this->Log(L"Failed to login: %s", CSkypeProto::SkypeToMirandaLoginError(reason));
+ this->Log(L"Failed to login: %s", CSkypeProto::LogoutReasons[reason]);
this->m_iStatus = ID_STATUS_OFFLINE;
this->SendBroadcast(
|