From 0fd86bcf89f4fb9a6c068bf743138bff7c67019f Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 7 Sep 2012 07:54:31 +0200 Subject: [PATCH] Updates about window. Still really ugly. I think I'll have to do it from scratch --- ivolution/gui/IvolutionWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ivolution/gui/IvolutionWindow.py b/ivolution/gui/IvolutionWindow.py index 3ac1459..484dbd8 100644 --- a/ivolution/gui/IvolutionWindow.py +++ b/ivolution/gui/IvolutionWindow.py @@ -179,9 +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(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.SetVersion('0.6') info.SetDescription(description)