comctl32: Disable propsheet apply button at start up.

This commit is contained in:
Gregor Brunmar 2007-12-02 12:25:00 +01:00 committed by Alexandre Julliard
parent 7ac980b1e7
commit 490e0029ea
1 changed files with 2 additions and 0 deletions

View File

@ -3521,6 +3521,8 @@ PROPSHEET_DialogProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
* from which to switch to the next page */
SendMessageW(hwndTabCtrl, TCM_SETCURSEL, psInfo->active_page, 0);
PROPSHEET_UnChanged(hwnd, (HWND)wParam);
return TRUE;
}