eric7/UI/Browser.py

branch
eric7
changeset 8925
8375eb895f70
parent 8909
1fd7ed5f83a6
child 9066
a219ade50f7c
--- 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])
         

eric ide

mercurial