diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-15 12:06:02 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-02-15 12:06:02 +0000 |
commit | d0648b1183b0260ffeb35b9ebf45601dcbb6d995 (patch) | |
tree | 971fc3e3ba93d5db36302661fc1ef6ee52363318 /protocols/Tox/Tox_12.vcxproj | |
parent | 58f3f2d387c7b3a020eaf4f0b30bf70522adcfad (diff) |
fixed form size
git-svn-id: http://svn.miranda-ng.org/main/trunk@12121 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/Tox_12.vcxproj')
-rw-r--r-- | protocols/Tox/Tox_12.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/Tox_12.vcxproj b/protocols/Tox/Tox_12.vcxproj index d6366a7c42..8a824034c7 100644 --- a/protocols/Tox/Tox_12.vcxproj +++ b/protocols/Tox/Tox_12.vcxproj @@ -239,7 +239,7 @@ <ResourceCompile Include="res\version.rc" />
</ItemGroup>
<ItemGroup>
- <Image Include="res\tox.ico" />
+ <Image Include="res\icons\tox.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
|