Fix for the Selector_file GUI wizard page element - the default value cannot be None.
The value of None was translated to wx.EmptyString too far down in the initialisation, after it was
being used. This caused most file selection GUI elements to fail.