1
0
Fork 0
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:
ed 2019-02-07 16:58:06 +00:00
parent ebe136f7c2
commit 574f6ebd9b

View file

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