mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 15:50:41 +00:00
Trying to enhance about window
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user