IconEditor/IconEditorGrid.py

changeset 539
87f9bce38a44
parent 538
7f1a56e80124
child 541
00e1a5d060c5
--- a/IconEditor/IconEditorGrid.py	Tue Aug 31 12:36:10 2010 +0200
+++ b/IconEditor/IconEditorGrid.py	Tue Aug 31 13:23:27 2010 +0200
@@ -914,7 +914,7 @@
                 self.__updateImageRect(self.__pasteRect.topLeft(), 
                                        self.__pasteRect.bottomRight() + QPoint(1, 1))
         else:
-            QMessageBox.warning(self,
+            E5MessageBox.warning(self,
                 self.trUtf8("Pasting Image"),
                 self.trUtf8("""Invalid image data in clipboard."""))
     

eric ide

mercurial