From aefd5d3725bc77d0aed4c54638acb314c5ea9db8 Mon Sep 17 00:00:00 2001 From: Timur Doumler Date: Thu, 13 Aug 2015 20:42:15 +0100 Subject: [PATCH] Indentation. --- extras/Introjucer/Source/Project/jucer_AudioPluginModule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h b/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h index f03551f253..ee342b99dd 100644 --- a/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h +++ b/extras/Introjucer/Source/Project/jucer_AudioPluginModule.h @@ -248,7 +248,7 @@ namespace VSTHelpers const String vstFormat (isVST3 ? "VST3" : "VST"); props.add (new DependencyPathPropertyComponent (exporter.getVSTPathValue (isVST3), - vstFormat + " Folder"), + vstFormat + " Folder"), "If you're building a " + vstFormat + ", this must be the folder containing the " + vstFormat + " SDK. This should be an absolute path."); }