summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-05-04 19:33:17 +0000
committerRobert Pösel <robyer@seznam.cz>2013-05-04 19:33:17 +0000
commit1b39cc1afb501ea3973affcf864b8485e81251ff (patch)
treee76e5d7bc4f21163657abd107303f9375631f48e
parent3601e4af275625101f745c098f98bb165b2f6234 (diff)
Skype: Fixed only single account allowed message
git-svn-id: http://svn.miranda-ng.org/main/trunk@4585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r--protocols/Skype/src/skype_instances.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Skype/src/skype_instances.cpp b/protocols/Skype/src/skype_instances.cpp
index 138d241e77..9b105ba0df 100644
--- a/protocols/Skype/src/skype_instances.cpp
+++ b/protocols/Skype/src/skype_instances.cpp
@@ -12,9 +12,9 @@ CSkypeProto* CSkypeProto::InitSkypeProto(const char* protoName, const wchar_t* u
if (CSkypeProto::instanceList.getCount() > 0)
{
CSkypeProto::ShowNotification(
- ::TranslateT("SkypeKit will only permit you to login to one account at a time. \
- Adding multiple instances of SkypeKit is prohibited in the licence \
- agreement and standard distribution terms."),
+ ::TranslateT("SkypeKit will only permit you to login to one account at a time.\n"
+ "Adding multiple instances of SkypeKit is prohibited in the licence\n"
+ "agreement and standard distribution terms."),
MB_ICONWARNING);
return NULL;
}