mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Introjucer: some refactoring, new icon.
This commit is contained in:
parent
d6848d3bb1
commit
ebb7b6db74
13 changed files with 836 additions and 52 deletions
|
|
@ -358,7 +358,7 @@ namespace ProjectSettingsTreeClasses
|
|||
void addSubItems()
|
||||
{
|
||||
addSubItem (new ModulesItem (project));
|
||||
JucerApplication::getApp().addExtraConfigItems (project, *this);
|
||||
IntrojucerApp::getApp().addExtraConfigItems (project, *this);
|
||||
|
||||
int i = 0;
|
||||
for (Project::ExporterIterator exporter (project); exporter.next(); ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue