/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-08-03 19:59:24 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20140803195924-jlfiz34c0a7as52i
* woops

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
      flags: Gio.ApplicationFlags.FLAGS_NONE,
31
31
      register_session: true,
32
32
    });
33
 
   GLib.set_application_name (_("GPump"));
 
33
    GLib.set_application_name (_("GPump"));
34
34
    
35
35
  },
36
36