Added issue reporting functionality (needs testing)

This commit is contained in:
2018-10-11 10:59:47 -05:00
parent febc63c547
commit 7d1a0a71c8
7 changed files with 187 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ class mainWindow(wx.Frame):
self.check_for_updates = help_.Append(wx.NewId(), _(u"Check for updates"))
self.changelog = help_.Append(wx.NewId(), _(u"What's new in this version?"))
self.website = help_.Append(wx.NewId(), _(u"Visit website"))
self.report = help_.Append(wx.NewId(), _(u"Report an error"))
mb.Append(player, _(u"Player"))
mb.Append(help_, _(u"Help"))
self.SetMenuBar(mb)