diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-05-19 19:19:43 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-05-19 19:19:43 +0000 |
commit | fccd139d14e8fb2ba03c60f49af477a91d1a46cd (patch) | |
tree | 65196e0d30f73a06bf5cc23feb5bb3bf2b2bce4b /protocols/Skype/src/skype_account.cpp | |
parent | 11621ce779ee5d6eae799347b1f50a104c478569 (diff) |
Some LPGEN fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@4749 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/skype_account.cpp')
-rw-r--r-- | protocols/Skype/src/skype_account.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_account.cpp b/protocols/Skype/src/skype_account.cpp index d102e6acd0..30055b02e3 100644 --- a/protocols/Skype/src/skype_account.cpp +++ b/protocols/Skype/src/skype_account.cpp @@ -57,9 +57,7 @@ bool CSkypeProto::PrepareLogin() {
this->m_iStatus = ID_STATUS_OFFLINE;
this->SendBroadcast(ACKTYPE_LOGIN, ACKRESULT_FAILED, NULL, LOGINERR_BADUSERID);
- this->ShowNotification(
- ::TranslateT("You have not entered a Skype name.\n\
- Configure this in Options->Network->Skype and try again."));
+ this->ShowNotification(::TranslateT("You have not entered a Skype name.\nConfigure this in Options->Network->Skype and try again."));
return false;
}
|