]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/filedlg.cpp
Added generic drag image source file
[wxWidgets.git] / src / msw / filedlg.cpp
index 27d08e5447e07ea6084675c7d1137c2899fe3d8a..e3064ea425507db936796aaf2f2ffc3f0410b444 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "wx/msw/private.h"
 
-#if !defined(__WIN32__) || defined(__SALFORDC__)
+#if !defined(__WIN32__) || defined(__WXWINCE__)
     #include <commdlg.h>
 #endif
 
@@ -345,7 +345,7 @@ int wxFileDialog::ShowModal()
             if ( m_dir.Last() != _T('\\') )
                 dir += _T('\\');
 
-            m_fileNames.Sort();
+            m_fileNames.Sort(wxStringSortAscending);
             m_path = dir + m_fileName;
         }
         else