106
108
this.set_app_menu (menu);
108
110
let about_action = new Gio.SimpleAction ({name: "about"});
110
112
let about_dialog = new Gtk.AboutDialog ({use_header_bar: true,
111
113
transient_for: this.window,
113
115
version: "pre-alpha ~BZR~",
114
116
program_name: GLib.get_application_name (),
116
118
license_type: Gtk.License.LGPL_3_0});
118
120
about_dialog.authors = ["Gustav Hartvigsson <gustav.hartvigsson@gmail.com>"];