Browse Source

Projucer: Fixed a typo

tags/2021-05-28
Tom Poole 6 years ago
parent
commit
27ec5bcaa4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/Project/jucer_Project.cpp

+ 1
- 1
extras/Projucer/Source/Project/jucer_Project.cpp View File

@@ -1036,7 +1036,7 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
"Include BinaryData.h in the JuceHeader.h file");
props.add (new TextPropertyComponent (binaryDataNamespaceValue, "BinaryData Namespace", 256, false),
"The namespace containing the binary assests.");
"The namespace containing the binary assets.");
props.add (new ChoicePropertyComponent (cppStandardValue, "C++ Language Standard",
{ "C++11", "C++14", "C++17", "Use Latest" },


Loading…
Cancel
Save