diff -r f2920812471e -r cbed250c4303 objdictgen/networkedit.py --- a/objdictgen/networkedit.py Wed Feb 27 11:15:43 2008 +0100 +++ b/objdictgen/networkedit.py Fri Feb 29 11:01:41 2008 +0100 @@ -316,13 +316,9 @@ self.HtmlFrameOpened = [] self.BusId = None - # Add beremiz's icon in top left corner of the frame - if wx.Platform == '__WXMSW__': - icon = wx.Icon(os.path.join(ScriptDirectory,"networkedit.ico"),wx.BITMAP_TYPE_ICO) - else: - icon = wx.Icon(os.path.join(ScriptDirectory,"networkedit.png"),wx.BITMAP_TYPE_PNG) + icon = wx.Icon(os.path.join(ScriptDirectory,"networkedit.ico"),wx.BITMAP_TYPE_ICO) self.SetIcon(icon) - + if self.ModeSolo: self.Manager = NodeManager() if projectOpen: