Preferences/ConfigurationPages/EditorHighlightingStylesPage.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3020
542e97d4ecb3
child 3060
5883ce99ee12
diff -r 10516539f238 -r 0a02c433f52d Preferences/ConfigurationPages/EditorHighlightingStylesPage.py
--- a/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Fri Oct 18 23:00:41 2013 +0200
+++ b/Preferences/ConfigurationPages/EditorHighlightingStylesPage.py	Fri Nov 01 15:48:48 2013 +0100
@@ -400,7 +400,8 @@
             HighlightingStylesWriter(f, lexers).writeXML()
             f.close()
         else:
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8("Export Highlighting Styles"),
                 self.trUtf8(
                     """<p>The highlighting styles could not be exported"""
@@ -431,7 +432,8 @@
             reader.readXML()
             f.close()
         else:
-            E5MessageBox.critical(self,
+            E5MessageBox.critical(
+                self,
                 self.trUtf8("Import Highlighting Styles"),
                 self.trUtf8(
                     """<p>The highlighting styles could not be read"""

eric ide

mercurial