chiark / gitweb /
Fix change in configWizard class name (missed from a merge)
authorYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 29 Jan 2015 17:41:26 +0000 (12:41 -0500)
committerYouness Alaoui <kakaroto@kakaroto.homelinux.net>
Thu, 29 Jan 2015 17:41:26 +0000 (12:41 -0500)
Cura/gui/mainWindow.py

index 0b83fe1a95ad53528814b2d14c3dd0f0371dc407..a9c55fccb95878fd8b69579e5b5c1c69fb607fb6 100644 (file)
@@ -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)