Graphics/PixmapDiagram.py

changeset 3020
542e97d4ecb3
parent 2992
dbdf27746da5
child 3022
57179e4cdadd
--- a/Graphics/PixmapDiagram.py	Mon Oct 14 18:26:25 2013 +0200
+++ b/Graphics/PixmapDiagram.py	Mon Oct 14 19:30:36 2013 +0200
@@ -149,7 +149,8 @@
         """
         image = QImage(filename)
         if image.isNull():
-            E5MessageBox.warning(self,
+            E5MessageBox.warning(
+                self,
                 self.trUtf8("Pixmap-Viewer"),
                 self.trUtf8("""<p>The file <b>{0}</b> cannot be displayed."""
                     """ The format is not supported.</p>""").format(filename))

eric ide

mercurial