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()