1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-23 01:44:22 +00:00

More introjucer refactoring.

This commit is contained in:
Julian Storer 2011-07-06 13:35:17 +01:00
parent a1abff979b
commit e627847d32
91 changed files with 866 additions and 756 deletions

View file

@ -45,8 +45,8 @@ public:
else if (tabIndex == 1)
{
// The Juce options tab...
OwnedArray <Project::JuceConfigFlag> flags;
project.getJuceConfigFlags (flags);
OwnedArray <Project::ConfigFlag> flags;
project.getAllConfigFlags (flags);
StringArray possibleValues;
possibleValues.add ("(Use default from juce_Config.h)");