mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fixed a typo in the legacy VST binary copy location setting documentation in the VS exporter
This commit is contained in:
parent
ebe136f7c2
commit
574f6ebd9b
1 changed files with 1 additions and 1 deletions
|
|
@ -332,7 +332,7 @@ public:
|
|||
if (project.shouldBuildVST())
|
||||
props.add (new TextPropertyComponentWithEnablement (vstBinaryLocation, pluginBinaryCopyStepValue, "VST (Legacy) Binary Location",
|
||||
1024, false),
|
||||
"The folder in which the compiled lehacy VST binary should be placed.");
|
||||
"The folder in which the compiled legacy VST binary should be placed.");
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue