# HG changeset patch # User Andrey Skvortsov # Date 1505585074 -10800 # Node ID f0600fe03a89e9c227bce71711c682b85176f34c # Parent fc387c4fc1d46ef89b3c89bace022014f36b164c add application name for PLCOpenEditor This is needed to work user configuration load/store, if PLCOpenEditor is launched from test environment. diff -r fc387c4fc1d4 -r f0600fe03a89 PLCOpenEditor.py --- 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):