Applied dir control token patch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32690 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-03-08 22:55:26 +00:00
parent 917ae499da
commit f0e5a44df1

View File

@@ -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
{