Ejemplo n.º 1
0
 def OnAboutMenu(self, event):
     info = version.GetAboutDialogInfo()
     info.Name = "PLCOpenEditor"
     info.Description = _("PLCOpenEditor is part of Beremiz project.\n\n"
                          "Beremiz is an ") + info.Description
     info.Icon = wx.Icon(os.path.join(beremiz_dir, "images", "aboutlogo.png"), wx.BITMAP_TYPE_PNG)
     ShowAboutDialog(self, info)
Ejemplo n.º 2
0
 def OnAboutMenu(self, event):
     info = version.GetAboutDialogInfo()
     ShowAboutDialog(self, info)