Module: wine Branch: master Commit: 490e0029ea2623f61111408ac1497dd7796d096c URL: http://source.winehq.org/git/wine.git/?a=commit;h=490e0029ea2623f61111408ac1...
Author: Gregor Brunmar gregor.brunmar@home.se Date: Sun Dec 2 12:25:00 2007 +0100
comctl32: Disable propsheet apply button at start up.
---
dlls/comctl32/propsheet.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/dlls/comctl32/propsheet.c b/dlls/comctl32/propsheet.c index 9828d6f..a1a765f 100644 --- a/dlls/comctl32/propsheet.c +++ b/dlls/comctl32/propsheet.c @@ -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; }