diff options
Diffstat (limited to 'protocols/Skype/src/skype_instances.cpp')
-rw-r--r-- | protocols/Skype/src/skype_instances.cpp | 6 |
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;
}
|