Preferences/ConfigurationDialog.py

branch
5_1_x
changeset 1107
cad60e83a962
parent 825
9cdec3c5bc07
child 1108
1b948b092868
equal deleted inserted replaced
1105:8a1ec3fa9d2b 1107:cad60e83a962
285 # the configuration page. This must have the method save to save 285 # the configuration page. This must have the method save to save
286 # the settings. 286 # the settings.
287 "networkPage" : \ 287 "networkPage" : \
288 [self.trUtf8("Network"), "preferences-network.png", 288 [self.trUtf8("Network"), "preferences-network.png",
289 "NetworkPage", None, None], 289 "NetworkPage", None, None],
290 "printerPage" : \
291 [self.trUtf8("Printer"), "preferences-printer.png",
292 "PrinterPage", None, None],
290 "pythonPage" : \ 293 "pythonPage" : \
291 [self.trUtf8("Python"), "preferences-python.png", 294 [self.trUtf8("Python"), "preferences-python.png",
292 "PythonPage", None, None], 295 "PythonPage", None, None],
293 296
294 "0helpPage" : \ 297 "0helpPage" : \

eric ide

mercurial