# HG changeset patch # User laurent # Date 1337590840 -7200 # Node ID a3254816722490116d666279253a2f8012c7d780 # Parent ce605c1a6d049c2892c59544a7854eab5ff01a3c Fix bug with Properties menu entry diff -r ce605c1a6d04 -r a32548167224 PLCOpenEditor.py --- a/PLCOpenEditor.py Mon May 21 10:02:54 2012 +0200 +++ b/PLCOpenEditor.py Mon May 21 11:00:40 2012 +0200 @@ -1253,7 +1253,7 @@ printout.Destroy() def OnPropertiesMenu(self, event): - self.ShowProperties() + self.EditProjectSettings() def OnQuitMenu(self, event): self.Close()