From d55f119efd560e3962436cbe70b423d0757dd9ea Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sun, 3 May 2015 09:53:43 +0000 Subject: git-svn-id: http://svn.miranda-ng.org/main/trunk@13393 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/skype_utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/SkypeWeb/src/skype_utils.cpp b/protocols/SkypeWeb/src/skype_utils.cpp index d9a825763b..123c4945a8 100644 --- a/protocols/SkypeWeb/src/skype_utils.cpp +++ b/protocols/SkypeWeb/src/skype_utils.cpp @@ -476,7 +476,7 @@ void CSkypeProto::ShowNotification(const TCHAR *caption, const TCHAR *message, i return; } - MessageBox(NULL, message, caption, MB_OK | flags); + //MessageBox(NULL, message, caption, MB_OK | flags); } LRESULT CSkypeProto::PopupDlgProcCall(HWND hPopup, UINT uMsg, WPARAM wParam, LPARAM lParam) -- cgit v1.2.3