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:
@@ -869,7 +869,7 @@ bool wxGenericDirCtrl::ExpandPath(const wxString& path)
|
|||||||
bool done = FALSE;
|
bool done = FALSE;
|
||||||
wxTreeItemId id = FindChild(m_rootId, path, done);
|
wxTreeItemId id = FindChild(m_rootId, path, done);
|
||||||
wxTreeItemId lastId = id; // The last non-zero id
|
wxTreeItemId lastId = id; // The last non-zero id
|
||||||
while (id.IsOK() && !done)
|
while (id.IsOk() && !done)
|
||||||
{
|
{
|
||||||
ExpandDir(id);
|
ExpandDir(id);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user