1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-05 03:50:07 +00:00

Introjucer updates to the new project wizard and module update system.

This commit is contained in:
jules 2011-10-03 13:05:21 +01:00
parent a0a7fd994a
commit c7354b927e
21 changed files with 598 additions and 383 deletions

View file

@ -192,7 +192,7 @@ namespace
int listModules()
{
std::cout << "Downloading list of available modules..." << std::endl;
ModuleList list (File::nonexistent);
ModuleList list;
list.loadFromWebsite();
for (int i = 0; i < list.modules.size(); ++i)