mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Added missing tooltip descriptions
This commit is contained in:
parent
75394b19b6
commit
004360b59e
5 changed files with 34 additions and 15 deletions
|
|
@ -699,7 +699,8 @@ void Project::createPropertyEditors (PropertyListBuilder& props)
|
|||
projectTypeCodes.add (types.getUnchecked(i)->getType());
|
||||
}
|
||||
|
||||
props.add (new ChoicePropertyComponent (projectTypeValue, "Project Type", projectTypeNames, projectTypeCodes));
|
||||
props.add (new ChoicePropertyComponent (projectTypeValue, "Project Type", projectTypeNames, projectTypeCodes),
|
||||
"The project type for which settings should be shown.");
|
||||
}
|
||||
|
||||
props.add (new TextPropertyComponent (bundleIdentifierValue, "Bundle Identifier", 256, false),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue