diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:41:55 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-04-24 17:41:55 +0000 |
commit | e2db2021203f6b6a5b3281bf843c8006f5e56c5a (patch) | |
tree | c4ea0ef2620866dd3b1da070cdcead7eaa5c1622 /protocols/SkypeWeb/SkypeWeb_10.vcxproj | |
parent | 5e99ed218a9a8e1cf306d3f02e450832f17b48c6 (diff) |
SkypeWeb: SyncHistory icon changed (thx dracosha).
git-svn-id: http://svn.miranda-ng.org/main/trunk@13092 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/SkypeWeb_10.vcxproj')
-rw-r--r-- | protocols/SkypeWeb/SkypeWeb_10.vcxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/SkypeWeb_10.vcxproj b/protocols/SkypeWeb/SkypeWeb_10.vcxproj index 6906ab6274..c08b0721ed 100644 --- a/protocols/SkypeWeb/SkypeWeb_10.vcxproj +++ b/protocols/SkypeWeb/SkypeWeb_10.vcxproj @@ -256,6 +256,9 @@ <ItemGroup>
<Image Include="res\Icons\conference.ico" />
</ItemGroup>
+ <ItemGroup>
+ <None Include="..\sync_history.ico" />
+ </ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
|