From: Youness Alaoui Date: Thu, 29 Jan 2015 17:41:26 +0000 (-0500) Subject: Fix change in configWizard class name (missed from a merge) X-Git-Tag: lulzbot-15.02.1-1.01~75^2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7e5c1b8a004c69e23bc12e4ee578999da3e2ef39;p=cura.git Fix change in configWizard class name (missed from a merge) --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 0b83fe1a..a9c55fcc 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -560,7 +560,7 @@ class mainWindow(wx.Frame): def OnAddNewMachine(self, e): self.Hide() wasSimple = profile.getPreference('startMode') == 'Simple' - configWizard.configWizard(True) + configWizard.ConfigWizard(True) isSimple = profile.getPreference('startMode') == 'Simple' self.Show() self.reloadSettingPanels(isSimple != wasSimple)