ProjectController.py
changeset 2596 779e8dbf1ee1
parent 2594 f1e182818434
child 2602 19dc6b830e7d
equal deleted inserted replaced
2595:a0d2741a6722 2596:779e8dbf1ee1
  1922             _('Repair'),
  1922             _('Repair'),
  1923             wx.YES_NO | wx.NO_DEFAULT | wx.ICON_QUESTION)
  1923             wx.YES_NO | wx.NO_DEFAULT | wx.ICON_QUESTION)
  1924         answer = dialog.ShowModal()
  1924         answer = dialog.ShowModal()
  1925         dialog.Destroy()
  1925         dialog.Destroy()
  1926         if answer == wx.ID_YES:
  1926         if answer == wx.ID_YES:
  1927             self._connector.PurgePLC()
  1927             self._connector.RepairPLC()
  1928 
  1928 
  1929     StatusMethods = [
  1929     StatusMethods = [
  1930         {
  1930         {
  1931             "bitmap":    "Build",
  1931             "bitmap":    "Build",
  1932             "name":    _("Build"),
  1932             "name":    _("Build"),