p67 - finished updating print_hand and renamed it to PrintHand. also updated the related .expected files and thereby checked that the importer (except cache) still works correctly.

This commit is contained in:
steffen123
2008-08-22 22:39:43 +01:00
parent 07f8220808
commit 1b4696b268
8 changed files with 181 additions and 173 deletions
+1 -1
View File
@@ -376,7 +376,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: alpha1+, p66")
self.window.set_title("Free Poker DB - version: alpha1+, p67")
self.window.set_border_width(1)
self.window.set_size_request(1020,400)
self.window.set_resizable(True)