compilation fix after recent patch

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2002-12-04 23:15:10 +00:00
parent 2b5f62a0b2
commit b6b2d787e3

View File

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