From f4dcad99338e7227a53b5b3705c663600dcbe3cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 14 Oct 2000 00:22:45 +0000 Subject: [PATCH] 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 --- src/msw/filedlg.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/msw/filedlg.cpp b/src/msw/filedlg.cpp index cc4ffb6e5e..805374a8e9 100644 --- a/src/msw/filedlg.cpp +++ b/src/msw/filedlg.cpp @@ -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); -- 2.45.2