1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-08 04:20:09 +00:00

Projucer: Fixed a bug in the audio plugin property editors

This commit is contained in:
ed 2018-01-08 11:49:34 +00:00
parent 1603f21976
commit d6667e31a4

View file

@ -756,7 +756,7 @@ void Project::createAudioPluginPropertyEditors (PropertyListBuilder& props)
"Whether the project should produce a VST3 plugin.");
props.add (new ChoicePropertyComponent (buildAUValue, "Build AudioUnit"),
"Whether the project should produce an AudioUnit plugin.");
props.add (new ChoicePropertyComponent (buildAUValue, "Build AudioUnit v3"),
props.add (new ChoicePropertyComponent (buildAUv3Value, "Build AudioUnit v3"),
"Whether the project should produce an AudioUnit version 3 plugin.");
props.add (new ChoicePropertyComponent (buildRTASValue, "Build RTAS"),
"Whether the project should produce an RTAS plugin.");