diff -r 7f1a56e80124 -r 87f9bce38a44 UI/DiffDialog.py --- a/UI/DiffDialog.py Tue Aug 31 12:36:10 2010 +0200 +++ b/UI/DiffDialog.py Tue Aug 31 13:23:27 2010 +0200 @@ -286,7 +286,7 @@ if ex: fileName += ex if QFileInfo(fname).exists(): - res = QMessageBox.warning(self, + res = E5MessageBox.warning(self, self.trUtf8("Save Diff"), self.trUtf8("<p>The patch file <b>{0}</b> already exists.</p>") .format(fname),