X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=src%2FBuilder4%2FAbout.bjs;h=e105790e4b73ef04da779597c2532b052df2fd01;hp=52b538e8179494e1d747f4c885ec1275452d7546;hb=HEAD;hpb=6912baf096f7a4517c65247e39518eae317b56da diff --git a/src/Builder4/About.bjs b/src/Builder4/About.bjs index 52b538e81..e105790e4 100644 --- a/src/Builder4/About.bjs +++ b/src/Builder4/About.bjs @@ -9,18 +9,17 @@ "items" : [ { "listeners" : { - "delete_event" : "(self, event) => {\n this.el.hide();\n return true;\n \n} \n ", - "response" : "(rid) => {\n this.el.hide();\n}\n" + "response" : "(rid) => {\n this.el.hide();\n}\n " }, "| void show" : "(Gtk.Window parent) {\n this.el.set_transient_for(parent);\n this.el.modal = true;\n this.el.show();\n}\n ", - "copyright" : "LGPL", "xtype" : "AboutDialog", "program_name" : "app.Builder.js", "$ modal" : true, "$ authors" : "{ \"Alan Knowles\" }", "$ xns" : "Gtk", - "website" : "http://www.akbkhome.com/blog.php", - "license" : "LGPL" + "website" : "http://www.roojs.org/blog.php", + "string copyright" : "LGPL", + "string license" : "LGPL" } ] } \ No newline at end of file