diff -r f9d32913bad4 -r 45d6f5fba016 Beremiz_service.py --- a/Beremiz_service.py Wed Aug 16 11:47:27 2017 +0300 +++ b/Beremiz_service.py Wed Aug 16 12:03:46 2017 +0300 @@ -287,7 +287,7 @@ elif "wxGTK" in wx.PlatformInfo: img = img.Scale(22, 22) # wxMac can be any size upto 128x128, so leave the source img alone.... - icon = wx.IconFromBitmap(img.ConvertToBitmap() ) + icon = wx.IconFromBitmap(img.ConvertToBitmap()) return icon def OnTaskBarStartPLC(self, evt):