--- a/Preferences/ConfigurationPages/ShellPage.py Sat Sep 04 19:51:19 2010 +0200 +++ b/Preferences/ConfigurationPages/ShellPage.py Sat Sep 04 19:51:48 2010 +0200 @@ -46,7 +46,7 @@ self.monospacedFont = Preferences.getShell("MonospacedFont") self.monospacedFontSample.setFont(self.monospacedFont) - self.monospacedCheckBox.setChecked(\ + self.monospacedCheckBox.setChecked( Preferences.getShell("UseMonospacedFont")) self.marginsFont = Preferences.getShell("MarginsFont") self.marginsFontSample.setFont(self.marginsFont) @@ -106,4 +106,4 @@ @param dlg reference to the configuration dialog """ page = ShellPage() - return page + return page \ No newline at end of file