Fix for the minimise user function in the GUI - the max_iter arg could only go up to 1000!
This arg was being set as a SpinCtrl with an upper limit of 1000! By allowing the arg to be None, this is now a simple TextCtrl, fixing the problem.
Authored by: bugman 2012-05-28
Parent: [r16478]
Child: [r16480]