diff -r 5b18d98aa4f9 -r 047e36c63736 SFCViewer.py --- a/SFCViewer.py Wed Sep 17 17:59:53 2008 +0200 +++ b/SFCViewer.py Thu Sep 18 08:05:55 2008 +0200 @@ -355,7 +355,7 @@ #------------------------------------------------------------------------------- def AddInitialStep(self, pos): - dialog = StepNameDialog(self.ParentWindow, "Add a new initial step", "Please enter step name", "", wx.OK|wx.CANCEL) + dialog = StepNameDialog(self.ParentWindow, "Please enter step name", "Add a new initial step", "", wx.OK|wx.CANCEL) dialog.SetPouNames(self.Controler.GetProjectPouNames(self.Debug)) dialog.SetVariables(self.Controler.GetEditedElementInterfaceVars(self.TagName, self.Debug)) dialog.SetStepNames([block.GetName() for block in self.Blocks if isinstance(block, SFC_Step)])