SqlBrowser/SqlBrowser.py

changeset 3020
542e97d4ecb3
parent 2993
4933ac9daa80
child 3030
4a0a82ddd9d2
--- a/SqlBrowser/SqlBrowser.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/SqlBrowser/SqlBrowser.py	Mon Oct 14 19:30:36 2013 +0200
@@ -79,7 +79,8 @@
         loop is up.
         """
         for warning in self.__warnings:
-            E5MessageBox.warning(self,
+            E5MessageBox.warning(
+                self,
                 self.trUtf8("SQL Browser startup problem"),
                 warning)
         
@@ -178,12 +179,16 @@
         """
         Private slot to show the about information.
         """
-        E5MessageBox.about(self, self.trUtf8("SQL Browser"), self.trUtf8(
-            """<h3>About SQL Browser</h3>"""
-            """<p>The SQL browser window is a little tool to examine """
-            """the data and the schema of a database and to execute """
-            """queries on a database.</p>"""
-        ))
+        E5MessageBox.about(
+            self,
+            self.trUtf8("SQL Browser"),
+            self.trUtf8(
+                """<h3>About SQL Browser</h3>"""
+                """<p>The SQL browser window is a little tool to examine """
+                """the data and the schema of a database and to execute """
+                """queries on a database.</p>"""
+            )
+        )
     
     def __aboutQt(self):
         """

eric ide

mercurial