fixed typo (IsOK instead of IsOk)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
4f9297b0ee
commit
237387ad31
@ -869,7 +869,7 @@ bool wxGenericDirCtrl::ExpandPath(const wxString& path)
|
||||
bool done = FALSE;
|
||||
wxTreeItemId id = FindChild(m_rootId, path, done);
|
||||
wxTreeItemId lastId = id; // The last non-zero id
|
||||
while (id.IsOK() && !done)
|
||||
while (id.IsOk() && !done)
|
||||
{
|
||||
ExpandDir(id);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user