mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-24 01:54:22 +00:00
Indentation.
This commit is contained in:
parent
a178731a95
commit
aefd5d3725
1 changed files with 1 additions and 1 deletions
|
|
@ -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.");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue