From f1000598cfdd80dc4dc0eb9bb1a0e3e142137856 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Fri, 28 Dec 2012 14:27:17 +0000 Subject: - code refactoring - added account registration - temporary disabled chatrooms git-svn-id: http://svn.miranda-ng.org/main/trunk@2869 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/Skype/src/skype_instances.cpp | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'protocols/Skype/src/skype_instances.cpp') diff --git a/protocols/Skype/src/skype_instances.cpp b/protocols/Skype/src/skype_instances.cpp index 67b34e3f95..a34d99a192 100644 --- a/protocols/Skype/src/skype_instances.cpp +++ b/protocols/Skype/src/skype_instances.cpp @@ -9,8 +9,13 @@ LIST CSkypeProto::instanceList(1, CSkypeProto::CompareProtos); CSkypeProto* CSkypeProto::InitSkypeProto(const char* protoName, const wchar_t* userName) { - if (CSkypeProto::instanceList.getCount() > 0) { - MessageBox(NULL, 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."), _T(MODULE), MB_OK | MB_ICONWARNING); + 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."), + MB_ICONWARNING); return NULL; } CSkypeProto *ppro = new CSkypeProto(protoName, userName); -- cgit v1.2.3