mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 03:43:36 +00:00
- Ensure the wizard gets shown, centered on the screen, and focused, when the Finish page is reached. - Trigger the change of the "Cancel" wizard dialog button text, not from the `WM_INITDIALOG` page handler, but from `PSN_SETACTIVE`. - Add a `PSN_KILLACTIVE` handler to kill the timer initialized in the `PSN_SETACTIVE` handler. - Add a `PSN_WIZBACK` handler to disable going back in the wizard.