mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Introjucer: spelling fix!
This commit is contained in:
parent
ecfa5d1040
commit
d979c33fe3
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ void ProjectExporter::BuildConfiguration::createPropertyEditors (PropertyListBui
|
|||
"The name of this configuration.");
|
||||
|
||||
props.add (new BooleanPropertyComponent (isDebugValue(), "Debug mode", "Debugging enabled"),
|
||||
"If enabled, this means that the configuration should be built with debug synbols.");
|
||||
"If enabled, this means that the configuration should be built with debug symbols.");
|
||||
|
||||
props.add (new TextPropertyComponent (getTargetBinaryName(), "Binary name", 256, false),
|
||||
"The filename to use for the destination binary executable file. If you don't add a suffix to this name, "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue