diff --git a/src/msw/progdlg.cpp b/src/msw/progdlg.cpp index 462903ec35..e3472e3b6c 100644 --- a/src/msw/progdlg.cpp +++ b/src/msw/progdlg.cpp @@ -889,7 +889,6 @@ void* wxProgressDialogTaskRunner::Entry() // Undo some of the effects of MSWCommonTaskDialogInit(). tdc.dwFlags &= ~TDF_EXPAND_FOOTER_AREA; // Expand in content area. - tdc.dwCommonButtons = 0; // Don't use common buttons. if ( m_sharedData.m_style & wxPD_CAN_SKIP ) wxTdc.AddTaskDialogButton( tdc, Id_SkipBtn, 0, _("Skip") );