diff -r 486f94a8032c -r 078c760620d7 Beremiz.py --- a/Beremiz.py Fri Nov 18 13:57:42 2016 +0300 +++ b/Beremiz.py Sat Nov 19 22:20:19 2016 +0100 @@ -105,7 +105,7 @@ app.SetAppName('beremiz') if wx.VERSION < (3, 0, 0): - wx.InitAllImageHandlers() + wx.InitAllImageHandlers() # popup splash splash = ShowSplashScreen()