Minor changes to aux-window support.

This commit is contained in:
Ray 2008-12-11 10:24:37 -05:00
parent 95f5eab448
commit 2f88818eb9
3 changed files with 1 additions and 1 deletions

0
pyfpdb/HUD_main.py Normal file → Executable file
View File

View File

@ -266,7 +266,7 @@ class Stud_cards:
card_images = {}
suits = ('S', 'H', 'D', 'C')
ranks = ('A', 'K', 'Q', 'J', 'T', '9', '8', '7', '6', '5', '4', '3', '2', 'B')
pb = gtk.gdk.pixbuf_new_from_file("Cards01.png")
pb = gtk.gdk.pixbuf_new_from_file("54PFozzycards0.png")
for j in range(0, 14):
for i in range(0, 4):

0
pyfpdb/fpdb.py Normal file → Executable file
View File