diff options
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_10.vcxproj | 2 | ||||
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_10.vcxproj.filters | 4 | ||||
-rw-r--r-- | protocols/SkypeWeb/src/skype_chatrooms.cpp | 2 |
3 files changed, 4 insertions, 4 deletions
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 @@ <Image Include="res\Icons\conference.ico" />
</ItemGroup>
<ItemGroup>
- <None Include="..\sync_history.ico" />
+ <Image Include="res\Icons\sync_history.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
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 @@ </Image>
</ItemGroup>
<ItemGroup>
- <None Include="..\sync_history.ico">
+ <Image Include="res\Icons\sync_history.ico">
<Filter>Resource Files\Icons</Filter>
- </None>
+ </Image>
</ItemGroup>
</Project>
\ 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;
|