From d1aba39979a34ed4a8cb29fb90820ab9eab4a1ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 11:29:01 +0800 Subject: [PATCH] Builder/About.bjs --- Builder/About.bjs | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/Builder/About.bjs b/Builder/About.bjs index 83bc0dce2..a3040081f 100644 --- a/Builder/About.bjs +++ b/Builder/About.bjs @@ -1 +1,24 @@ -{"id":"file-gtk-9","name":"About","parent":"","title":false,"path":"/home/alan/gitlive/app.Builder.js/Sample/About.bjs","items":[{"|xns":"Gtk","xtype":"AboutDialog","authors":"Alan Knowles","copyright":"LGPL","license":"LGPL","program_name":"app.Builder.js","|modal":true,"website":"http://www.akbkhome.com/blog.php","listeners":{"response":"function (self, response_id) {\n this.el.hide();\n}","delete_event":"function (self, event) {\n this.el.hide();\n return true;\n}"}}],"project":"{\"name\":\"Sample\",\"xtype\":\"Gtk\",\"paths\":{\"/home/alan/gitlive/app.Builder.js/Sample\":\"dir\"},\"id\":\"project-gtk-1\",\"fn\":\"329624934046af6e88a65a3f36971958\",\"file\":false,\"runhtml\":\"\"}"} \ No newline at end of file +{ + "id": "file-gtk-8", + "name": "About", + "parent": "", + "title": false, + "path": "/home/alan/gitlive/app.Builder.js/Sample/About.bjs", + "items": [ + { + "listeners": { + "response": "function (self, response_id) {\n this.el.hide();\n}", + "delete_event": "function (self, event) {\n this.el.hide();\n return true;\n}" + }, + "authors": "Alan Knowles", + "copyright": "LGPL", + "license": "LGPL", + "program_name": "app.Builder.js", + "website": "http://www.akbkhome.com/blog.php", + "xtype": "AboutDialog", + "|modal": true, + "|xns": "Gtk" + } + ], + "permname": "" +} \ No newline at end of file -- 2.39.2