From 35f63d3669b4016f05f8948283f18a5a239f0382 Mon Sep 17 00:00:00 2001 From: MikalaiR Date: Sat, 25 Apr 2015 19:22:52 +0000 Subject: SkypeWeb: Project fix. git-svn-id: http://svn.miranda-ng.org/main/trunk@13148 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/SkypeWeb_10.vcxproj | 2 +- protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters | 4 ++-- protocols/SkypeWeb/src/skype_chatrooms.cpp | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'protocols/SkypeWeb') diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj b/protocols/SkypeWeb/SkypeWeb_10.vcxproj index c08b0721ed..95afaaa302 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj @@ -257,7 +257,7 @@ - + diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters index 46327b5f51..d3a22b1443 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters @@ -169,8 +169,8 @@ - + Resource Files\Icons - + \ No newline at end of file diff --git a/protocols/SkypeWeb/src/skype_chatrooms.cpp b/protocols/SkypeWeb/src/skype_chatrooms.cpp index 769c42b5da..2347d73740 100644 --- a/protocols/SkypeWeb/src/skype_chatrooms.cpp +++ b/protocols/SkypeWeb/src/skype_chatrooms.cpp @@ -260,7 +260,7 @@ INT_PTR CSkypeProto::OnLeaveChatRoom(WPARAM hContact, LPARAM) INT_PTR CSkypeProto::SvcDestroyChat(WPARAM hContact, LPARAM) { - debugLogA("CVkProto::SvcDestroyKickChat"); + debugLogA(__FUNCTION__); if (!IsOnline()) return 1; -- cgit v1.2.3