1
0
Fork 0
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:
Noah Dayan 2018-01-08 16:44:03 +00:00
parent 75394b19b6
commit 004360b59e
5 changed files with 34 additions and 15 deletions

View file

@ -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),