diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-04-14 20:32:40 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-04-14 20:32:40 +0000 |
commit | 4d0735ab834be6c541e7e577fbe76c888bf4d09f (patch) | |
tree | 8e290ade50e86e7b5f53a2b66bb0f1f2a2119982 /protocols/Tox/Tox_12.vcxproj | |
parent | 31ba819bd0994a0a48a174cba37b5985522ff3f8 (diff) |
Tox: second approach for audio support
git-svn-id: http://svn.miranda-ng.org/main/trunk@12827 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_12.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index ccca25ba81..fdc7534fea 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -255,6 +255,7 @@ copy docs\tox.ini "$(SolutionDir)$(Configuration)64\Plugins" /y</Command> <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
+ <Image Include="res\icons\audio_call.ico" />
<Image Include="res\icons\tox.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|