Package gui :: Class ConfigFileErrorDialog
[hide private]
[frames] | no frames]

Class ConfigFileErrorDialog

source code

settingsDialogs.wx.Dialog --+
                            |
                           ConfigFileErrorDialog

A configuration file error dialog. This dialog tells the user that their configuration file is broken.

Instance Methods [hide private]
 
__init__(self, parent) source code
 
onOk(self, evt) source code
Class Methods [hide private]
 
run(cls)
Prepare and display an instance of this dialog.
source code
Class Variables [hide private]
  MESSAGE = _("""Your configuration file contains errors...
Method Details [hide private]

run(cls)
Class Method

source code 

Prepare and display an instance of this dialog. This does not require the dialog to be instantiated.


Class Variable Details [hide private]

MESSAGE

Value:
_("""Your configuration file contains errors. 
Press 'Ok' to fix these errors, or press 'Cancel' if you wish to manua\
lly edit your config file at a later stage to make corrections. More d\
etails about the errors can be found in the log file.
""")