p84 - included updated HUD_config.xml.example (was in the last commit actually)

This commit is contained in:
steffen123 2008-09-17 01:44:40 +01:00
parent 54a229b26f
commit 656356d299

View File

@ -407,7 +407,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: alpha3+, p81")
self.window.set_title("Free Poker DB - version: alpha3+, p84")
self.window.set_border_width(1)
self.window.set_size_request(1020,400)
self.window.set_resizable(True)