1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-15 00:24:19 +00:00

Projucer UI overhaul and UX/workflow improvements. Support for new accounts and licensing model.

This commit is contained in:
hogliux 2017-04-27 14:42:25 +01:00
parent ef2c63e4e3
commit 750ab85fe9
107 changed files with 12120 additions and 4774 deletions

View file

@ -794,7 +794,7 @@ void EnabledModuleList::addModuleFromUserSelectedFile()
{
static File lastLocation (findDefaultModulesFolder (project));
FileChooser fc ("Select a module to add...", lastLocation, String(), false);
FileChooser fc ("Select a module to add...", lastLocation, String());
if (fc.browseForDirectory())
{