mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Fix typo in help text
This commit is contained in:
parent
ec55ebe0db
commit
d6910b232e
1 changed files with 1 additions and 1 deletions
|
|
@ -689,7 +689,7 @@ public:
|
|||
"added separated by a semicolon. The App Groups Capability setting must be enabled for this setting to have any effect.");
|
||||
|
||||
props.add (new ChoicePropertyComponent (keepCustomXcodeSchemesValue, "Keep Custom Xcode Schemes"),
|
||||
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in"
|
||||
"Enable this to keep any Xcode schemes you have created for debugging or running, e.g. to launch a plug-in in "
|
||||
"various hosts. If disabled, all schemes are replaced by a default set.");
|
||||
|
||||
props.add (new ChoicePropertyComponent (useHeaderMapValue, "USE_HEADERMAP"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue