--- a/PLCOpenEditor.py Fri Sep 15 20:30:24 2017 +0300 +++ b/PLCOpenEditor.py Sat Sep 16 21:04:34 2017 +0300 @@ -402,6 +402,7 @@ self.fileOpen = args[0] def OnInit(self): + self.SetAppName('plcopeneditor') self.ParseCommandLine() InstallLocalRessources(beremiz_dir) if wx.VERSION < (3, 0, 0):