]> git.saurik.com Git - wxWidgets.git/commitdiff
added plain "*" as wildcard
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 3 Jan 2002 10:25:42 +0000 (10:25 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 3 Jan 2002 10:25:42 +0000 (10:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/dirmac.cpp
src/mac/dirmac.cpp

index 5aed922f84dbdff17f665c032c7042991b011974..c1b010f5f77966e0a30f3e41744d223d73567c11 100644 (file)
@@ -165,7 +165,7 @@ bool wxDirData::Read(wxString *filename)
                        continue ;
 
                wxString file( m_name ) ;
-               if ( m_filespec.IsEmpty() || m_filespec == "*.*" )
+               if ( m_filespec.IsEmpty() || m_filespec == "*.*" || m_filespec == "*" )
                {
                }
                else if ( m_filespec.Length() > 1 && m_filespec.Left(1) =="*" )
index 5aed922f84dbdff17f665c032c7042991b011974..c1b010f5f77966e0a30f3e41744d223d73567c11 100644 (file)
@@ -165,7 +165,7 @@ bool wxDirData::Read(wxString *filename)
                        continue ;
 
                wxString file( m_name ) ;
-               if ( m_filespec.IsEmpty() || m_filespec == "*.*" )
+               if ( m_filespec.IsEmpty() || m_filespec == "*.*" || m_filespec == "*" )
                {
                }
                else if ( m_filespec.Length() > 1 && m_filespec.Left(1) =="*" )