--- 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))