--- a/ViewManager/ViewManager.py Tue Aug 31 12:36:10 2010 +0200 +++ b/ViewManager/ViewManager.py Tue Aug 31 13:23:27 2010 +0200 @@ -2997,7 +2997,7 @@ if autosave: res = QMessageBox.Save else: - res = QMessageBox.warning(self.ui, + res = E5MessageBox.warning(self.ui, QApplication.translate('ViewManager', "File Modified"), QApplication.translate('ViewManager', """<p>The file <b>{0}</b> has unsaved changes.</p>""") @@ -5101,4 +5101,4 @@ if aw is not None: if aw.hasSelectedText(): txt = aw.selectedText() - return txt + return txt \ No newline at end of file