From 719969e1dd4db235ccf2f26ac9a24d5e7b810d03 Mon Sep 17 00:00:00 2001 From: jules Date: Tue, 12 Feb 2013 16:57:39 +0000 Subject: [PATCH] Introjucer: fixed typo in VS toolset names. --- .../Source/Project Saving/jucer_ProjectExport_MSVC.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h index 51de30dd22..04cc3cb60a 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_MSVC.h @@ -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),