git27 - changed version identifier to alpha1. yay :)
This commit is contained in:
parent
09f233d6e4
commit
436bfc26f2
|
@ -3,6 +3,7 @@ todolist (db=database, imp=importer, tv=tableviewer)
|
|||
before alpha
|
||||
============
|
||||
test everything actually works in windows too
|
||||
expand instructions for profile file
|
||||
verify link in release notes
|
||||
|
||||
next
|
||||
|
|
|
@ -347,7 +347,7 @@ This program is licensed under the AGPL3, see docs"""+os.sep+"agpl-3.0.txt")
|
|||
self.window = gtk.Window(gtk.WINDOW_TOPLEVEL)
|
||||
self.window.connect("delete_event", self.delete_event)
|
||||
self.window.connect("destroy", self.destroy)
|
||||
self.window.set_title("Free Poker DB - version: pre-alpha, git26")
|
||||
self.window.set_title("Free Poker DB - version: alpha1, git27")
|
||||
self.window.set_border_width(1)
|
||||
self.window.set_size_request(950,400)
|
||||
self.window.set_resizable(True)
|
||||
|
|
Loading…
Reference in New Issue
Block a user