From afefb3676a8c1520c140aae380f0da8899a6c652 Mon Sep 17 00:00:00 2001 From: Steven Abadie Date: Thu, 6 Nov 2014 20:18:56 -0700 Subject: [PATCH] Deactivated software updates in the about menu This should be put back in and updated to pull updates from LulzBot at a later time. Close #16 --- Cura/gui/mainWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index d4ecec30..6cdca533 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -183,8 +183,8 @@ class mainWindow(wx.Frame): self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('http://daid.github.com/Cura'), i) i = helpMenu.Append(-1, _("Report a problem...")) self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://github.com/daid/Cura/issues'), i) - i = helpMenu.Append(-1, _("Check for update...")) - self.Bind(wx.EVT_MENU, self.OnCheckForUpdate, i) + #i = helpMenu.Append(-1, _("Check for update...")) + #self.Bind(wx.EVT_MENU, self.OnCheckForUpdate, i) #i = helpMenu.Append(-1, _("Open YouMagine website...")) #self.Bind(wx.EVT_MENU, lambda e: webbrowser.open('https://www.youmagine.com/'), i) i = helpMenu.Append(-1, _("About Cura...")) -- 2.30.2