Trying to enhance about window

This commit is contained in:
2012-09-04 18:16:00 +02:00
parent c837fcf45c
commit 52159dfc69

View File

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