PLCOpenEditor.py
changeset 3906 f831ff63ca6e
parent 3793 9958cf865da0
equal deleted inserted replaced
3901:b8b3573475e7 3906:f831ff63ca6e
   355     def OnPLCOpenMenu(self, event):
   355     def OnPLCOpenMenu(self, event):
   356         open_pdf(os.path.join(beremiz_dir, "plcopen", "TC6_XML_V101.pdf"))
   356         open_pdf(os.path.join(beremiz_dir, "plcopen", "TC6_XML_V101.pdf"))
   357 
   357 
   358     def OnAboutMenu(self, event):
   358     def OnAboutMenu(self, event):
   359         info = wx.adv.AboutDialogInfo()
   359         info = wx.adv.AboutDialogInfo()
   360         info = version.GetAboutDialogInfo()
   360         info = version.GetAboutDialogInfo(info)
   361         info.Name = "PLCOpenEditor"
   361         info.Name = "PLCOpenEditor"
   362         info.Description = _("PLCOpenEditor is part of Beremiz project.\n\n"
   362         info.Description = _("PLCOpenEditor is part of Beremiz project.\n\n"
   363                              "Beremiz is an ") + info.Description
   363                              "Beremiz is an ") + info.Description
   364         info.Icon = wx.Icon(os.path.join(beremiz_dir, "images", "aboutlogo.png"), wx.BITMAP_TYPE_PNG)
   364         info.Icon = wx.Icon(os.path.join(beremiz_dir, "images", "aboutlogo.png"), wx.BITMAP_TYPE_PNG)
   365         ShowAboutDialog(self, info)
   365         ShowAboutDialog(self, info)