ViewManager/ViewManager.py

changeset 539
87f9bce38a44
parent 520
b0f523c3b037
child 540
2631831b4052
--- 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

eric ide

mercurial