Remove the version number from the main window's title.

The version number can be found in the About dialog.
pull/32/head
Christian Jacobs 2015-04-02 12:13:12 +01:00
rodzic 233b996784
commit d0ef8ccf9a
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -47,7 +47,7 @@ class PyQSO(Gtk.Window):
""" Set up the main (root) window, start the event loop, and open a logbook (if the logbook's path is specified by the user in the command line). """
# Call the constructor of the super class (Gtk.Window)
Gtk.Window.__init__(self, title="PyQSO 0.2")
Gtk.Window.__init__(self, title="PyQSO")
# Get any application-specific preferences from the configuration file
config = ConfigParser.ConfigParser()