1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Introjucer: fixed typo in VS toolset names.

This commit is contained in:
jules 2013-02-12 16:57:39 +00:00
parent d8454fc2b8
commit 719969e1dd

View file

@ -1505,8 +1505,8 @@ public:
{
MSVCProjectExporterVC2010::createExporterProperties (props);
const char* const toolsetNames[] = { "(default)", "vs110", "vs110_xp", "Windows7.1SDK", nullptr };
const var toolsets[] = { var(), "vs110", "vs110_xp", "Windows7.1SDK" };
const char* const toolsetNames[] = { "(default)", "v110", "v110_xp", "Windows7.1SDK", nullptr };
const var toolsets[] = { var(), "v110", "v110_xp", "Windows7.1SDK" };
props.add (new ChoicePropertyComponent (getPlatformToolsetValue(), "Platform Toolset",
StringArray (toolsetNames),