From 9eec924e033cb3fa8f752a930ac01ea78255e1d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 1 Nov 2010 11:29:10 +0800 Subject: [PATCH] Builder/About.js --- Builder/About.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Builder/About.js b/Builder/About.js index 47cadc829..ee2939266 100644 --- a/Builder/About.js +++ b/Builder/About.js @@ -12,12 +12,6 @@ console = imports.console; XObject = imports.XObject.XObject; About=new XObject({ xtype: Gtk.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) { this.el.hide(); @@ -26,7 +20,13 @@ About=new XObject({ this.el.hide(); return true; } - } + }, + authors : "Alan Knowles", + copyright : "LGPL", + license : "LGPL", + program_name : "app.Builder.js", + website : "http://www.akbkhome.com/blog.php", + modal : true }); About.init(); XObject.cache['/About'] = About; -- 2.39.2