Project/FiletypeAssociationDialog.py

changeset 5986
1e78a1aa438b
parent 5389
9b1c800daff3
child 6048
82ad8ec9548c
diff -r bc7ec03158fc -r 1e78a1aa438b Project/FiletypeAssociationDialog.py
--- 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)

eric ide

mercurial