Remove an apparently unnecessary line from MSW wxProgressDialog

It doesn't seem necessary to disable the use of common buttons, so don't
do it.
This commit is contained in:
Vadim Zeitlin 2017-10-26 23:51:29 +02:00
parent c1c9c2c5e5
commit 6d2f903a48

View File

@ -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") );