Revert label from Ray - Alpha6+ back to Alpha8+

This commit is contained in:
Worros 2008-10-25 14:24:10 +08:00
parent 0c8acc5ad4
commit 81a6d5f972

View File

@ -373,7 +373,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: alpha6+, p124 or higher")
self.window.set_title("Free Poker DB - version: alpha8+, p137 or higher")
self.window.set_border_width(1)
self.window.set_size_request(1020,400)
self.window.set_resizable(True)