From: Robert Roebling Date: Tue, 8 Mar 2005 22:55:26 +0000 (+0000) Subject: Applied dir control token patch. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/f0e5a44df103e880f57416f483e8f3f4b4bc9651 Applied dir control token patch. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/generic/dirctrlg.cpp b/src/generic/dirctrlg.cpp index ab912cea50..d817f24c58 100644 --- a/src/generic/dirctrlg.cpp +++ b/src/generic/dirctrlg.cpp @@ -819,7 +819,7 @@ void wxGenericDirCtrl::ExpandDir(wxTreeItemId parentId) while(strTok.HasMoreTokens()) { curFilter = strTok.GetNextToken(); - if (d.GetFirst(& eachFilename, m_currentFilterStr, style)) + if (d.GetFirst(& eachFilename, curFilter, style)) { do {