QScintilla/Shell.py

changeset 3020
542e97d4ecb3
parent 2965
d133c7edd88a
child 3030
4a0a82ddd9d2
--- a/QScintilla/Shell.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/QScintilla/Shell.py	Mon Oct 14 19:30:36 2013 +0200
@@ -1539,7 +1539,8 @@
                     if not QFileInfo(fname).isDir():
                         self.vm.openSourceFile(fname)
                     else:
-                        E5MessageBox.information(self,
+                        E5MessageBox.information(
+                            self,
                             self.trUtf8("Drop Error"),
                             self.trUtf8("""<p><b>{0}</b> is not a file.</p>""")
                                 .format(fname))

eric ide

mercurial