diff -r 7f2cad9900cf -r 8375eb895f70 eric7/UI/Browser.py --- a/eric7/UI/Browser.py Sat Jan 15 18:42:21 2022 +0100 +++ b/eric7/UI/Browser.py Sat Jan 15 19:53:40 2022 +0100 @@ -603,7 +603,7 @@ def _openFileInEditor(self): """ - Private slot to handle the Open in Editor menu action. + Protected slot to handle the Open in Editor menu action. """ itmList = self.getSelectedItems([BrowserFileItem])