--- a/Project/FiletypeAssociationDialog.py Sun Nov 19 13:03:04 2017 +0100 +++ b/Project/FiletypeAssociationDialog.py Sun Nov 19 14:43:20 2017 +0100 @@ -36,11 +36,12 @@ # keep these lists in sync self.filetypes = ["SOURCES", "FORMS", "TRANSLATIONS", "RESOURCES", - "INTERFACES", "OTHERS", "__IGNORE__"] + "INTERFACES", "PROTOCOLS", "OTHERS", "__IGNORE__"] self.filetypeStrings = [self.tr("Sources"), self.tr("Forms"), self.tr("Translations"), self.tr("Resources"), self.tr("Interfaces"), + self.tr("Protocols"), self.tr("Others"), self.tr("Ignore")] self.filetypeCombo.addItems(self.filetypeStrings)