Preferences/ConfigurationDialog.py

changeset 2100
fb16f4650860
parent 1964
6a6a53f2d086
child 2101
5bac7dee9e1a
diff -r afde0e9110f7 -r fb16f4650860 Preferences/ConfigurationDialog.py
--- a/Preferences/ConfigurationDialog.py	Wed Oct 03 19:15:04 2012 +0200
+++ b/Preferences/ConfigurationDialog.py	Wed Oct 03 20:07:50 2012 +0200
@@ -306,6 +306,9 @@
                 # The dialog module must have the module function create to create
                 # the configuration page. This must have the method save to save
                 # the settings.
+                "interfacePage": \
+                    [self.trUtf8("Interface"), "preferences-interface.png",
+                    "HelpInterfacePage", None, None],
                 "networkPage": \
                     [self.trUtf8("Network"), "preferences-network.png",
                      "NetworkPage", None, None],

eric ide

mercurial