]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
use wxImage to load icons in non-native formats
[wxWidgets.git] / src / msw / filedlg.cpp
index 063377993f1f11078cebb3a11f1a022b8c34e3b8..3c09287d94802dac3ea891bff28fc51691069063 100644 (file)
@@ -136,8 +136,7 @@ wxFileDialog::wxFileDialog(wxWindow *parent,
                                wildCard, style, pos, sz, name)
 
 {
-    if ( ( m_windowStyle & wxFD_MULTIPLE ) && ( m_windowStyle & wxFD_SAVE ) )
-        m_windowStyle &= ~wxFD_MULTIPLE;
+    // NB: all style checks are done by wxFileDialogBase::Create
 
     m_bMovedWindow = false;