SFCViewer.py
changeset 274 047e36c63736
parent 249 d8425712acef
child 318 2a5421d0f286
--- 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)])