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

Indentation.

This commit is contained in:
Timur Doumler 2015-08-13 20:42:15 +01:00
parent a178731a95
commit aefd5d3725

View file

@ -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.");
}