beremiz
Clone
Summary
Browse
Changes
Graph
add application name for PLCOpenEditor
2017-09-16, Andrey Skvortsov
f0600fe03a89
Parents
fc387c4fc1d4
Children
724722c03db4
add application name for PLCOpenEditor
This is needed to work user configuration load/store, if PLCOpenEditor
is launched from test environment.
1 files changed, 1 insertions(+), 0 deletions(-)
+1
-0
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):