From ed89938c9c6812c3f9cef21200973e62cf3d3232 Mon Sep 17 00:00:00 2001 From: Pierre Ratinaud Date: Wed, 26 Nov 2014 15:31:59 +0100 Subject: [PATCH] ... --- dialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialog.py b/dialog.py index 5673412..22fb495 100755 --- a/dialog.py +++ b/dialog.py @@ -2604,7 +2604,7 @@ class message(wx.Frame): self.save = save self.uceids = uceids self.ira = wx.GetApp().GetTopWindow() - self.SetIcon(self.ira.GetIcon()) + self.SetIcon(self.ira._icon) self.SetSizeHintsSz( wx.DefaultSize, wx.DefaultSize ) self.items = items self.html = "" -- 2.7.4