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