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

Introjucer work.

This commit is contained in:
Julian Storer 2011-08-18 15:04:22 +01:00
parent 113dd5627b
commit 172d2a1c8b
12 changed files with 20 additions and 720 deletions

View file

@ -88,7 +88,7 @@ void ModuleList::loadFromWebsite()
modules.clear();
URL baseURL ("http://www.rawmaterialsoftware.com/juce/modules");
URL url (baseURL.getChildURL ("modulelist"));
URL url (baseURL.getChildURL ("modulelist.php"));
var infoList (JSON::parse (url.readEntireTextStream (false)));