Set defaults for the Next/Prev button.

This commit is contained in:
Mike McCormack 2003-07-21 20:01:59 +00:00 committed by Alexandre Julliard
parent 07e69aeab8
commit ec0d425278

View file

@ -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.
*/