resources/RooUsage.txt
[app.Builder.js] / tests / test1.vala
index 12df490..d897b22 100644 (file)
@@ -9,7 +9,12 @@
 
 static int main (string[] args) {
     Gtk.init (ref args);
+    
+    // must init modules...
     new Xcls_EditorWindow();
+    
+    
+    
     EditorWindow.show_all();
      Gtk.main ();