Added the autoupdater module. Needs tests

This commit is contained in:
2016-02-25 05:49:18 -06:00
parent 889835116c
commit db6f233975
8 changed files with 230 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ class mainWindow(wx.Frame):
self.about = help_.Append(wx.NewId(), _(u"About {0}").format(application.name,))
self.about.Enable(False)
self.check_for_updates = help_.Append(wx.NewId(), _(u"Check for updates"))
self.check_for_updates.Enable(False)
mb.Append(help_, _(u"Help"))
self.SetMenuBar(mb)