From 1b39cc1afb501ea3973affcf864b8485e81251ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sat, 4 May 2013 19:33:17 +0000 Subject: Skype: Fixed only single account allowed message git-svn-id: http://svn.miranda-ng.org/main/trunk@4585 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_instances.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'protocols') 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; } -- cgit v1.2.3