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:
parent
d8454fc2b8
commit
719969e1dd
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue