diff -r 10516539f238 -r 0a02c433f52d IconEditor/IconEditorGrid.py --- a/IconEditor/IconEditorGrid.py Fri Oct 18 23:00:41 2013 +0200 +++ b/IconEditor/IconEditorGrid.py Fri Nov 01 15:48:48 2013 +0100 @@ -891,7 +891,8 @@ if ok: if img.width() > self.__image.width() or \ img.height() > self.__image.height(): - res = E5MessageBox.yesNo(self, + res = E5MessageBox.yesNo( + self, self.trUtf8("Paste"), self.trUtf8( """<p>The clipboard image is larger than the""" @@ -921,7 +922,8 @@ self.__pasteRect.topLeft(), self.__pasteRect.bottomRight() + QPoint(1, 1)) else: - E5MessageBox.warning(self, + E5MessageBox.warning( + self, self.trUtf8("Pasting Image"), self.trUtf8("""Invalid image data in clipboard."""))