Preferences/ConfigurationDialog.py

changeset 2100
fb16f4650860
parent 1964
6a6a53f2d086
child 2101
5bac7dee9e1a
equal deleted inserted replaced
2099:afde0e9110f7 2100:fb16f4650860
304 # page creation function, parent key, 304 # page creation function, parent key,
305 # reference to configuration page (must always be last)] 305 # reference to configuration page (must always be last)]
306 # The dialog module must have the module function create to create 306 # The dialog module must have the module function create to create
307 # the configuration page. This must have the method save to save 307 # the configuration page. This must have the method save to save
308 # the settings. 308 # the settings.
309 "interfacePage": \
310 [self.trUtf8("Interface"), "preferences-interface.png",
311 "HelpInterfacePage", None, None],
309 "networkPage": \ 312 "networkPage": \
310 [self.trUtf8("Network"), "preferences-network.png", 313 [self.trUtf8("Network"), "preferences-network.png",
311 "NetworkPage", None, None], 314 "NetworkPage", None, None],
312 "printerPage": \ 315 "printerPage": \
313 [self.trUtf8("Printer"), "preferences-printer.png", 316 [self.trUtf8("Printer"), "preferences-printer.png",

eric ide

mercurial