Set defaults for the Next/Prev button.
This commit is contained in:
parent
07e69aeab8
commit
ec0d425278
|
@ -2786,6 +2786,9 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
psInfo->hwnd = hwnd;
|
||||
SetWindowLongW(hwnd,DWL_USER,(LONG)psInfo);
|
||||
|
||||
/* set up the Next and Back buttons by default */
|
||||
PROPSHEET_SetWizButtons(hwnd, PSWIZB_BACK|PSWIZB_NEXT);
|
||||
|
||||
/*
|
||||
* Small icon in the title bar.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue