Added a changelog html file

This commit is contained in:
2016-02-02 09:30:13 -06:00
parent e605c750b1
commit eed3f81cb8
2 changed files with 6 additions and 1 deletions

View File

@@ -62,7 +62,6 @@ class mainFrame(wx.Frame):
self.doc = help.Append(-1, _(u"&Documentation"))
self.sounds_tutorial = help.Append(wx.NewId(), _(u"Sounds &tutorial"))
self.changelog = help.Append(wx.NewId(), _(u"&What's new in this version?"))
self.changelog.Enable(False)
self.check_for_updates = help.Append(wx.NewId(), _(u"&Check for updates"))
self.reportError = help.Append(wx.NewId(), _(u"&Report an error"))
self.visit_website = help.Append(-1, _(u"{0}'s &website").format(application.name,))