diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 19:05:29 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-05-02 19:05:29 +0000 |
commit | e109915a9db73cb72ab62d33ebd48d60f5050132 (patch) | |
tree | 1c4de53c909489b26970c0cdf4ff2da849154c27 | |
parent | a00df015c7408935b9edf33da47cdd9c89f50de7 (diff) |
Typo fix (thx Vulpix)
git-svn-id: http://svn.miranda-ng.org/main/trunk@13385 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | protocols/Tox/proto_tox/Proto_Tox.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Tox/proto_tox/Proto_Tox.vcxproj b/protocols/Tox/proto_tox/Proto_Tox.vcxproj index 6479b5aeb6..6d0059c70f 100644 --- a/protocols/Tox/proto_tox/Proto_Tox.vcxproj +++ b/protocols/Tox/proto_tox/Proto_Tox.vcxproj @@ -19,7 +19,7 @@ </ProjectConfiguration>
</ItemGroup>
<PropertyGroup Label="Globals">
- <ProjectName>Peoto_Tox</ProjectName>
+ <ProjectName>Proto_Tox</ProjectName>
<ProjectGuid>{129A4E61-E476-45E8-BD50-5E03BA80E9AD}</ProjectGuid>
</PropertyGroup>
<ImportGroup Label="PropertySheets">
|