X-Git-Url: http://git.roojs.org/?p=app.Builder.js;a=blobdiff_plain;f=src%2FBuilder4%2FAbout.vala;h=c8e1c42551c05f1147e48a5d7695e08275da60cb;hp=2ed51b97054638efb20cfdcba94c18fe750c7878;hb=HEAD;hpb=3ae187a1b43ab607cc8dbae7799a564ed24a8116 diff --git a/src/Builder4/About.vala b/src/Builder4/About.vala index 2ed51b970..c8e1c4255 100644 --- a/src/Builder4/About.vala +++ b/src/Builder4/About.vala @@ -27,16 +27,11 @@ public class About : Object this.el.program_name = "app.Builder.js"; this.el.license = "LGPL"; this.el.authors = { "Alan Knowles" }; - this.el.website = "http://www.akbkhome.com/blog.php"; + this.el.website = "http://www.roojs.org/blog.php"; this.el.modal = true; this.el.copyright = "LGPL"; - this.el.license_type = Gtk.License.LGPL_3_0; //listeners - this.el.delete_event.connect( (self, event) => { - this.el.hide(); - return true; - }); this.el.response.connect( (rid) => { this.el.hide(); });