Beremiz.py
changeset 123 b8512cf4dee9
parent 122 7676dba61281
child 124 b9aba2d44b3e
equal deleted inserted replaced
122:7676dba61281 123:b8512cf4dee9
  1208         docclass.docpdf.open_pdf(os.path.join(CWD, "doc","manual_beremiz.pdf"))
  1208         docclass.docpdf.open_pdf(os.path.join(CWD, "doc","manual_beremiz.pdf"))
  1209         event.Skip()
  1209         event.Skip()
  1210     
  1210     
  1211     def OnAboutMenu(self, event):
  1211     def OnAboutMenu(self, event):
  1212         about_html = objdictedit(self)
  1212         about_html = objdictedit(self)
  1213         about_html.OpenHtmlFrame("About CAN Festival", os.path.join(CWD, "doc","about.html"), wx.Size(550, 500))
  1213         about_html.OpenHtmlFrame("About Beremiz", os.path.join(CWD, "doc","about.html"), wx.Size(550, 500))
  1214         event.Skip()
  1214         event.Skip()
  1215     
  1215     
  1216     def OnAddButton(self, event):
  1216     def OnAddButton(self, event):
  1217         PluginType = self.PluginChilds.GetStringSelection()
  1217         PluginType = self.PluginChilds.GetStringSelection()
  1218         if PluginType != "":
  1218         if PluginType != "":