Commit ce68ad21 authored by Luke Macken's avatar Luke Macken

Put the pyrasite version in the gui title

parent 47bbe9bc
......@@ -112,7 +112,7 @@ class PyrasiteWindow(Gtk.Window):
self.processes = {}
self.pid = None # Currently selected pid
self.set_title('Pyrasite')
self.set_title('Pyrasite v%s' % pyrasite.__version__)
self.set_default_size (600, 400)
hbox = Gtk.HBox(homogeneous=False, spacing=0)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment