BeremizIDE.py
branchwxPython4
changeset 3586 cbc6a6ccd52e
parent 3570 eb915a9fdcb0
child 3588 412090a6b3a7
equal deleted inserted replaced
3585:efdefbad49eb 3586:cbc6a6ccd52e
   967     def OnAboutMenu(self, event):
   967     def OnAboutMenu(self, event):
   968         info = wx.adv.AboutDialogInfo()
   968         info = wx.adv.AboutDialogInfo()
   969         info = version.GetAboutDialogInfo(info)
   969         info = version.GetAboutDialogInfo(info)
   970         info.Name = "Beremiz"
   970         info.Name = "Beremiz"
   971         info.Description = _("Open Source framework for automation, "
   971         info.Description = _("Open Source framework for automation, "
   972             "implemented IEC 61131 IDE with constantly growing set of extensions "
   972             "implementing IEC 61131 IDE with constantly growing set of extensions "
   973             "and flexible PLC runtime.")
   973             "and flexible PLC runtime.")
   974 
   974 
   975         info.Icon = wx.Icon(Bpath("images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
   975         info.Icon = wx.Icon(Bpath("images", "about_brz_logo.png"), wx.BITMAP_TYPE_PNG)
   976 
   976 
   977         ShowAboutDialog(self, info)
   977         ShowAboutDialog(self, info)