]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, removed the fix from the main branch which I somehow managed to commit in this one
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Oct 2000 00:22:45 +0000 (00:22 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 14 Oct 2000 00:22:45 +0000 (00:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/filedlg.cpp

index cc4ffb6e5ea32fac2c7aee586aeddebf098b3d15..805374a8e92b0e2e7832d5ffb168ce438f8a4772 100644 (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);