From: daid Date: Fri, 13 Apr 2012 10:18:51 +0000 (+0200) Subject: With the fixes from PyroMani the MacOS version is much more stable and on-par with... X-Git-Tag: RC3~77 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=5994267b29a3dbc7390880c7556cb3c70e3cc352;p=cura.git With the fixes from PyroMani the MacOS version is much more stable and on-par with the Linux version. So the warning message can be removed. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 965a4e0c..261f6402 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -21,8 +21,6 @@ from util import version def main(): app = wx.App(False) if profile.getPreference('wizardDone') == 'False': - if os.name == 'darwin': - wx.MessageBox('The MacOS version of Cura is experimental.\nThere are still UI/usability bugs. Check the issue list at:\nhttps://github.com/daid/Cura/issues\nfor details.\nPlease report any extra issue you find.', 'MacOS Warning', wx.OK | wx.ICON_INFORMATION) configWizard.configWizard() profile.putPreference("wizardDone", "True") if profile.getPreference('startMode') == 'Simple':