Really, icons won't work :s

This commit is contained in:
Julien Lengrand-Lambert
2012-08-22 08:15:22 +02:00
parent f4c34aaa5b
commit eafa756055
2 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -41,6 +41,8 @@ class IvolutionWindow(wx.Frame, Observer, Observable):
self.gaugerange = 100 # max value of progress bar self.gaugerange = 100 # max value of progress bar
# Sets icon # Sets icon
self.SetIcon(wx.Icon('ivolution/data/media/tipi.ico', wx.BITMAP_TYPE_ICO))
# image = wx.Image("ivolution/data/media/vitruve.png", wx.BITMAP_TYPE_PNG).ConvertToBitmap() # image = wx.Image("ivolution/data/media/vitruve.png", wx.BITMAP_TYPE_PNG).ConvertToBitmap()
# icon = wx.EmptyIcon() # icon = wx.EmptyIcon()
# icon.CopyFromBitmap(image) # icon.CopyFromBitmap(image)