]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed typo (IsOK instead of IsOk)
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 Nov 2000 18:35:48 +0000 (18:35 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 5 Nov 2000 18:35:48 +0000 (18:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/dirctrlg.cpp

index 04542809fdb7a45a04b1d25d124da862b05e7d0a..4ff52eddb70749c78b6b959e41aec570ea6c6ac9 100644 (file)
@@ -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
     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);
 
     {
         ExpandDir(id);