Preferences/ConfigurationPages/HelpInterfacePage.py

changeset 3010
befeff46ec0f
parent 2964
84b65fb9e780
child 3025
67064c71df21
child 3057
10516539f238
--- a/Preferences/ConfigurationPages/HelpInterfacePage.py	Sat Oct 12 17:31:40 2013 +0200
+++ b/Preferences/ConfigurationPages/HelpInterfacePage.py	Sat Oct 12 18:25:29 2013 +0200
@@ -19,7 +19,8 @@
 
 class HelpInterfacePage(ConfigurationPageBase, Ui_HelpInterfacePage):
     """
-    Class implementing the Interface configuration page (variant for web browser).
+    Class implementing the Interface configuration page (variant for web
+    browser).
     """
     def __init__(self):
         """
@@ -69,8 +70,9 @@
             self,
             self.trUtf8("Select style sheet file"),
             self.styleSheetEdit.text(),
-            self.trUtf8("Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;"
-                        "All files (*)"))
+            self.trUtf8(
+                "Qt Style Sheets (*.qss);;Cascading Style Sheets (*.css);;"
+                "All files (*)"))
         
         if file:
             self.styleSheetEdit.setText(Utilities.toNativeSeparators(file))

eric ide

mercurial