Preferences/ConfigurationDialog.py

changeset 5968
c5112b5cb7a9
parent 5967
da72832f7c22
child 6004
548a9ba8c970
child 6041
415d36b1d3a6
--- a/Preferences/ConfigurationDialog.py	Sat Nov 11 18:47:09 2017 +0100
+++ b/Preferences/ConfigurationDialog.py	Sun Nov 12 19:42:02 2017 +0100
@@ -179,6 +179,9 @@
                 "printerPage":
                 [self.tr("Printer"), "preferences-printer.png",
                  "PrinterPage", None, None],
+                "protobufPage":
+                [self.tr("Protobuf"), "protobuf.png",
+                 "ProtobufPage", None, None],
                 "pythonPage":
                 [self.tr("Python"), "preferences-python.png",
                  "PythonPage", None, None],

eric ide

mercurial