Browse Source

Introjucer: spelling fix!

tags/2021-05-28
jules 9 years ago
parent
commit
d979c33fe3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp

+ 1
- 1
extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp View File

@@ -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…
Cancel
Save