compilation fix after recent patch (backported from trunk)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@18043 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-12-04 23:18:16 +00:00
parent 03bef50de5
commit 027f7d8921

View File

@@ -879,7 +879,7 @@ void wxFileCtrl::GoToParentDir()
EnsureVisible( id );
}
m_labelDir->SetLabel(dir);
m_labelDir->SetLabel(m_dirName);
}
}