--- a/Project/QuickFindFileDialog.py Sun Nov 19 13:03:04 2017 +0100 +++ b/Project/QuickFindFileDialog.py Sun Nov 19 14:43:20 2017 +0100 @@ -139,7 +139,7 @@ @return yields set of files in our project... @rtype str """ - for typ in ["SOURCES", "FORMS", "INTERFACES", "RESOURCES", + for typ in ["SOURCES", "FORMS", "INTERFACES", "PROTOCOLS", "RESOURCES", "TRANSLATIONS", "OTHERS"]: entries = self.project.pdata.get(typ) for entry in entries[:]: