Initialize wxGenericProgressDialog button members in Init() too.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 17:26:11 +0000 (17:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 10 Sep 2010 17:26:11 +0000 (17:26 +0000)
commit3e4f133a43e6333e59543aa20a77ddb6d884e508
tree85395e3e671644ca7c5baf4f873f708bbb123002
parent21a5e7e0a73ebcf8bd588e1c6cb4aea518dae572
Initialize wxGenericProgressDialog button members in Init() too.

wxGenericProgressDialog::m_btn{Abort,Skip} were not initialized neither which
resulted in crashes inside EnableAbort() which was called if the "Cancel"
button was pressed in a native MSW dialog but the dialog wasn't cancelled (and
hence the button needed to be reenabled).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/progdlgg.cpp