Mac OS X bug fit - removed the Destroy() call after ShowModal() in the wizard.
The Destroy() method was actually being called twice, the first time either by the _ok() or the
_cancel() methods, and the second time directly after the ShowModal(). This is fatal on a Mac!