]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/dir.cpp
When saving the editable state, use the real state (m_editable)
[wxWidgets.git] / src / unix / dir.cpp
index 4680a338ce16bf902a1484d41ad0c56c930e324b..deab1bee7f89f828c68c97594e5fd805c1f16cb1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     08.12.99
 // RCS-ID:      $Id$
 // Copyright:   (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr>
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -172,13 +172,9 @@ bool wxDirData::Read(wxString *filename)
         }
         else
         {
-#if wxUSE_UNICODE
-            matches = TRUE;  // FIXME
-#else
             // test against the pattern
             matches = wxMatchWild(m_filespec, de_d_name,
                                   !(m_flags & wxDIR_HIDDEN));
-#endif
         }
     }