Merge branch 'master' of git://trac-git.assembla.com/fpdb

Conflicts:

	pyfpdb/HUD_main.py
This commit is contained in:
Ray
2008-10-17 21:34:34 -04:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -426,7 +426,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: alpha7, p136")
self.window.set_title("Free Poker DB - version: alpha8, p137")
self.window.set_border_width(1)
self.window.set_size_request(1020,400)
self.window.set_resizable(True)