enable documentation in the help menu

This commit is contained in:
2015-07-06 12:05:03 -05:00
parent 9cab1d2afc
commit 49c3eb37cb
2 changed files with 9 additions and 1 deletions

View File

@@ -61,7 +61,6 @@ class mainFrame(wx.Frame):
# Help Menu
help = wx.Menu()
self.doc = help.Append(-1, _(u"&Documentation"))
self.doc.Enable(False)
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)