Browse Source

Introjucer: fixed typo in VS toolset names.

tags/2021-05-28
jules 13 years ago
parent
commit
719969e1dd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h

+ 2
- 2
extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h View File

@@ -1505,8 +1505,8 @@ public:
{ {
MSVCProjectExporterVC2010::createExporterProperties (props); 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", props.add (new ChoicePropertyComponent (getPlatformToolsetValue(), "Platform Toolset",
StringArray (toolsetNames), StringArray (toolsetNames),


Loading…
Cancel
Save