beremiz

fix typo in Beremiz.py

2008-03-04, greg
b8512cf4dee9
Parents 7676dba61281
Children b9aba2d44b3e
fix typo in Beremiz.py
  • +1 -1
    Beremiz.py
  • --- a/Beremiz.py Mon Mar 03 17:44:04 2008 +0100
    +++ b/Beremiz.py Tue Mar 04 08:50:52 2008 +0100
    @@ -1210,7 +1210,7 @@
    def OnAboutMenu(self, event):
    about_html = objdictedit(self)
    - about_html.OpenHtmlFrame("About CAN Festival", os.path.join(CWD, "doc","about.html"), wx.Size(550, 500))
    + about_html.OpenHtmlFrame("About Beremiz", os.path.join(CWD, "doc","about.html"), wx.Size(550, 500))
    event.Skip()
    def OnAddButton(self, event):