--- a/src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py Sun Dec 03 16:44:52 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/EditorAPIsPage.py Sun Dec 03 19:46:34 2023 +0100 @@ -282,7 +282,7 @@ pathlib.Path(f).name: pathlib.Path(f) for f in pluginAPIFiles } dlg = EricListSelectionDialog( - sorted(pluginAPIFilesDict.keys()), + sorted(pluginAPIFilesDict), title=self.tr("Add from Plugin APIs"), message=self.tr("Select from the list of API files installed by plugins"), checkBoxSelection=True,