/gpump/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/gpump/trunk

« back to all changes in this revision

Viewing changes to src/app.js

  • Committer: Gustav Hartvigsson
  • Date: 2014-06-13 11:43:17 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140613114317-b39077ndls9e8a4y
* added moar random information to the about dialoug.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    about_action.connect ('activate', Lang.bind (this, function (){
110
110
      let about_dialog = new Gtk.AboutDialog ({use_header_bar: true,
111
111
                                               transient_for: this.window,
112
 
                                               modal: true});
 
112
                                               modal: true,
 
113
                                               version: "pre-alpha ~BZR~",
 
114
                                     program_name: GLib.get_application_name (),
 
115
                                 copyright: "Gustav \'Gego\' Hartvigsson, 2014",
 
116
                                           license_type: Gtk.License.LGPL_3_0});
 
117
      
113
118
      about_dialog.authors = ["Gustav Hartvigsson <gustav.hartvigsson@gmail.com>"];
114
119
      about_dialog.connect ("response", function () {
115
120
        about_dialog.destroy ();