--- a/eric7/Project/PropertiesDialog.py Wed Jun 08 19:13:35 2022 +0200 +++ b/eric7/Project/PropertiesDialog.py Thu Jun 09 16:13:18 2022 +0200 @@ -186,11 +186,11 @@ return self.licenseComboBox.addItem("") - self.licenseComboBox.addItems( + self.licenseComboBox.addItems(sorted( line.split("::")[-1].strip() for line in lines if line.startswith("License ") # play it safe - ) + )) @pyqtSlot(str) def on_languageComboBox_currentTextChanged(self, language):