oops, removed the fix from the main branch which I somehow managed to commit in this one

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-10-14 00:22:45 +00:00
parent f1d93f0bee
commit f4dcad9933

View File

@@ -246,8 +246,6 @@ int wxFileDialog::ShowModal()
OFN_EXPLORER |
#endif // OFN_EXPLORER
OFN_ALLOWMULTISELECT;
if ( !(m_dialogStyle & wxCHANGE_DIR) )
msw_flags |= OFN_NOCHANGEDIR;
OPENFILENAME of;
wxZeroMemory(of);