fix typo in Beremiz.py
authorgreg
Tue, 04 Mar 2008 08:50:52 +0100
changeset 123 b8512cf4dee9
parent 122 7676dba61281
child 124 b9aba2d44b3e
fix typo in Beremiz.py
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):