src/Resources.vala
authorAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:25:18 +0000 (12:25 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 15 Mar 2015 04:25:18 +0000 (12:25 +0800)
src/Resources.vala

index deb8d18..d3c65b9 100644 (file)
@@ -65,11 +65,10 @@ public class Resources : Object
                     });
                     break;
 
-            case 3: // Gir overrides - used to handle the fact we are not querying valadoc yet....and gir does
-                    // not map that well to vala...
+            case 3: // The main - what goes into what element structure..
                     this.fetchResourceFrom (
-                        "http://git.roojs.org/?p=app.Builder.js;a=blob_plain;f=resources/Gir.overides",
-                        "Gir.overides",
+                        "http://git.roojs.org/?p=app.Builder.js;a=blob_plain;f=resources/GtkUsage.txt",
+                        "GtkUsage.txt",
                         (sess,msg) => {
                                 // See Palete.Gir
                                this.fetchNext();