summaryrefslogtreecommitdiff
path: root/protocols/Skype/Skype_11.vcxproj
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2013-07-01 19:00:11 +0000
committerAlexander Lantsev <aunsane@gmail.com>2013-07-01 19:00:11 +0000
commit3acc3adbcba5afbb0527a4385e6b2f0c63e960da (patch)
tree89cab2a7cf8fe3ae42a984eb0a8a02c4209998c0 /protocols/Skype/Skype_11.vcxproj
parentb365a9ca74456f3a3962161ec6564244c35b1fb9 (diff)
Skype:
- removed ignore command - block command behavior like in official client now - added blocked list in account options - added history sync Note: this commit may contain non-working code git-svn-id: http://svn.miranda-ng.org/main/trunk@5203 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/Skype_11.vcxproj')
-rw-r--r--protocols/Skype/Skype_11.vcxproj9
1 files changed, 7 insertions, 2 deletions
diff --git a/protocols/Skype/Skype_11.vcxproj b/protocols/Skype/Skype_11.vcxproj
index f16815bcba..547bee7d22 100644
--- a/protocols/Skype/Skype_11.vcxproj
+++ b/protocols/Skype/Skype_11.vcxproj
@@ -245,7 +245,7 @@
<ClCompile Include="src\skype_events.cpp" />
<ClCompile Include="src\skype_hooks.cpp" />
<ClCompile Include="src\skype_icons.cpp" />
- <ClCompile Include="src\skype_ignore_list.cpp" />
+ <ClCompile Include="src\skype_blocked.cpp" />
<ClCompile Include="src\skype_instances.cpp" />
<ClCompile Include="src\skype_menus.cpp" />
<ClCompile Include="src\skype_messages.cpp" />
@@ -276,9 +276,14 @@
<None Include="res\block.ico" />
<None Include="res\bookmark.ico" />
<None Include="res\delete.ico" />
- <None Include="res\ignore.ico" />
<None Include="res\send_contacts.ico" />
</ItemGroup>
+ <ItemGroup>
+ <Image Include="res\add_contacts.ico" />
+ <Image Include="res\conference.ico" />
+ <Image Include="res\contact.ico" />
+ <Image Include="res\skype.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>