From: daid303 Date: Wed, 20 Mar 2013 12:49:30 +0000 (+0100) Subject: typo fix. X-Git-Tag: 13.05~178 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c8e630b1e026fddfc628160c51c483fe844bd7d6;p=cura.git typo fix. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index 570dda7d..67896479 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -459,7 +459,7 @@ class mainWindow(wx.Frame): def OnCustomFirmware(self, e): if profile.getPreference('machine_type') == 'ultimaker': - wx.MessageBox('Warning: Installing a custom firmware does not garantee that you machine will function correctly, and could damage your machine.', 'Firmware update', wx.OK | wx.ICON_EXCLAMATION) + wx.MessageBox('Warning: Installing a custom firmware does not guarantee that you machine will function correctly, and could damage your machine.', 'Firmware update', wx.OK | wx.ICON_EXCLAMATION) dlg=wx.FileDialog(self, "Open firmware to upload", os.path.split(profile.getPreference('lastFile'))[0], style=wx.FD_OPEN|wx.FD_FILE_MUST_EXIST) dlg.SetWildcard("HEX file (*.hex)|*.hex;*.HEX") if dlg.ShowModal() == wx.ID_OK: @@ -556,13 +556,10 @@ class normalSettingsPanel(configBase.configPanelBase): (left, right, self.printPanel) = self.CreateDynamicConfigTab(self.nb, 'Basic') self._addSettingsToPanels('basic', left, right) - self.SizeLabelWidths(left, right) (left, right, self.advancedPanel) = self.CreateDynamicConfigTab(self.nb, 'Advanced') - self._addSettingsToPanels('advanced', left, right) - self.SizeLabelWidths(left, right) #Plugin page