- More consistency updates

This commit is contained in:
ccremers
2006-08-08 17:07:15 +00:00
parent e14d165816
commit 529892e640
13 changed files with 6 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ class MainWindow(wx.Frame):
def getBmp(name):
bmp = wx.Bitmap(os.path.join("images","%s.png" % name),wx.BITMAP_TYPE_PNG)
bmp = wx.Bitmap(os.path.join("Images","%s.png" % name),wx.BITMAP_TYPE_PNG)
if not bmp.Ok():
tsize = (32,32)
bmp = wx.EmptyBitmap(tsize)