Issue reporter module has been refactored in MVC

This commit is contained in:
2015-03-29 23:27:18 -06:00
parent ffeccbb3b6
commit a513303a9a
5 changed files with 93 additions and 89 deletions

View File

@@ -74,7 +74,6 @@ class mainFrame(wx.Frame):
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.reportError.Enable(False)
self.visit_website = help.Append(-1, _(u"TW Blue &website"))
self.about = help.Append(-1, _(u"About &TW Blue"))