Added a bug reporting feature in the help menu

This commit is contained in:
2018-12-22 08:08:30 -06:00
parent 2a729ffcc2
commit 17c6b7d282
7 changed files with 185 additions and 2 deletions

View File

@@ -51,6 +51,7 @@ class mainWindow(wx.Frame):
self.documentation = help_.Append(wx.NewId(), _(u"Manual"))
self.check_for_updates = help_.Append(wx.NewId(), _(u"Check for updates"))
self.changelog = help_.Append(wx.NewId(), _(u"Chan&gelog"))
self.report = help_.Append(wx.NewId(), _(u"Report an error"))
mb.Append(player, _(u"Audio player"))
mb.Append(help_, _(u"Help"))
self.SetMenuBar(mb)