diff options
author | George Hazan <ghazan@miranda.im> | 2016-10-22 20:05:23 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2016-10-22 20:05:23 +0300 |
commit | 49d5538a982dde9d9a28c69b127f9058d5a16e58 (patch) | |
tree | 3fd008271980bf859264d3a1d976a342be47e299 /plugins | |
parent | 3848407a857f905a5d67d913a8d789554b662704 (diff) |
fix for a typo
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/StatusManager/StatusManager.vcxproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/StatusManager/StatusManager.vcxproj b/plugins/StatusManager/StatusManager.vcxproj index ce24ad8420..8fb9c5748d 100644 --- a/plugins/StatusManager/StatusManager.vcxproj +++ b/plugins/StatusManager/StatusManager.vcxproj @@ -20,7 +20,7 @@ </ItemGroup> <PropertyGroup Label="Globals"> <ProjectGuid>{D2EF305F-5255-49E8-A738-D4206D62D2B8}</ProjectGuid> - <ProjectName>SatatusManager</ProjectName> + <ProjectName>StatusManager</ProjectName> </PropertyGroup> <ImportGroup Label="PropertySheets"> <Import Project="$(ProjectDir)..\..\build\vc.common\plugin.props" /> @@ -39,4 +39,4 @@ <ExceptionHandling>Sync</ExceptionHandling> </ClCompile> </ItemDefinitionGroup> -</Project> +</Project>
\ No newline at end of file |