--- a/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py Sat May 22 17:01:51 2021 +0200 +++ b/eric7/Preferences/ConfigurationPages/EditorGeneralPage.py Sat May 22 18:51:46 2021 +0200 @@ -11,7 +11,7 @@ from PyQt6.QtWidgets import QTreeWidgetItem, QHeaderView, QDialog from PyQt6.Qsci import QsciScintillaBase -from E5Gui import E5MessageBox +from E5Gui import EricMessageBox from .ConfigurationPageBase import ConfigurationPageBase from .Ui_EditorGeneralPage import Ui_EditorGeneralPage @@ -241,7 +241,7 @@ """ Private slot to delete the selected override entries. """ - ok = E5MessageBox.yesNo( + ok = EricMessageBox.yesNo( self, self.tr("Tab and Indent Override"), self.tr("""Shall the selected entries really be removed?"""))