PLCOpenEditor.py
branchpython3
changeset 3793 9958cf865da0
parent 3766 f99def63cdd8
child 3906 f831ff63ca6e
--- a/PLCOpenEditor.py	Wed Apr 12 19:32:38 2023 +0200
+++ b/PLCOpenEditor.py	Wed Apr 12 21:05:00 2023 +0200
@@ -424,8 +424,6 @@
         self.SetAppName('plcopeneditor')
         self.ParseCommandLine()
         InstallLocalRessources(beremiz_dir)
-        if wx.VERSION < (3, 0, 0):
-            wx.InitAllImageHandlers()
         util.ExceptionHandler.AddExceptHook(version.app_version)
         self.frame = PLCOpenEditor(None, fileOpen=self.fileOpen)
         return True