mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
6f60301d25
PropSheet_SetCurSelByID() was badly called in response of PSN_WIZBACK or PSN_WIZNEXT notifications. See the reference on these notification codes: https://learn.microsoft.com/en-us/windows/win32/controls/psn-wizback > Returns 0 to allow the wizard to go to the previous page. Returns -1 to > prevent the wizard from changing pages. To display a particular page, > return its dialog resource identifier. > (...) > To set the return value, the dialog box procedure for the page must call > the SetWindowLong function with the DWL_MSGRESULT value and return TRUE. This bug sometimes causes the wrong page to appear (e.g. "Previous" in IDD_NODRIVER should come back in IDD_CHSOURCE, but goes to IDD_WELCOME). |
||
---|---|---|
.. | ||
lang | ||
resources | ||
CMakeLists.txt | ||
newdev.c | ||
newdev.rc | ||
newdev.spec | ||
newdev_private.h | ||
resource.h | ||
stubs.c | ||
wizard.c |