Preferences/ConfigurationPages/ShellPage.py

changeset 564
b3d966393ba9
parent 13
1af94a91f439
child 791
9ec2ac20e54e
diff -r e35d2cda9a74 -r b3d966393ba9 Preferences/ConfigurationPages/ShellPage.py
--- 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

eric ide

mercurial