From ec0d425278d0a30de1623ae87c7e1f179007a937 Mon Sep 17 00:00:00 2001 From: Mike McCormack Date: Mon, 21 Jul 2003 20:01:59 +0000 Subject: [PATCH] Set defaults for the Next/Prev button. --- dlls/comctl32/propsheet.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 5ba7bc04857..a3d7be90d29 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -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. */