mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-17 00:44:19 +00:00
Projucer: Fixed a typo
This commit is contained in:
parent
da71c8b722
commit
27ec5bcaa4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue