Updates about window. Still really ugly. I think I'll have to do it from scratch

This commit is contained in:
2012-09-07 07:54:31 +02:00
parent a5e8ee0961
commit 0fd86bcf89

View File

@@ -179,9 +179,9 @@ of the authors and should not be interpreted as representing official policies,
either expressed or implied, of the FreeBSD Project.""" either expressed or implied, of the FreeBSD Project."""
info = wx.AboutDialogInfo() info = wx.AboutDialogInfo()
img_fo = os.path.join("", get_data("media"))
info.SetIcon(wx.Icon(os.path.join(img_fo, 'vitruve_64.png'), wx.BITMAP_TYPE_PNG)) img_fo = os.path.join("", get_data("media"))
info.SetIcon(wx.Icon(os.path.join(img_fo, '441px-Da_Vinci_Vitruve_Luc_Viatour.jpg'), wx.BITMAP_TYPE_JPEG))
info.SetName('Ivolution') info.SetName('Ivolution')
info.SetVersion('0.6') info.SetVersion('0.6')
info.SetDescription(description) info.SetDescription(description)