]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/treebase.cpp
changes to make wxWindow::FindFocus work as expected with composite controls
[wxWidgets.git] / src / common / treebase.cpp
index 85275a54cfe73f8ec377639fba4a79e042618a8d..a3fff66b2d21549702d93ccb92564802f6f98470 100644 (file)
@@ -6,7 +6,7 @@
 // Modified:
 // Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart et al
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // =============================================================================
@@ -75,7 +75,7 @@ wxTreeEvent::wxTreeEvent(wxEventType commandType, int id)
            : wxNotifyEvent(commandType, id)
 {
     m_itemOld = 0l;
-    m_editCancelled = FALSE;
+    m_editCancelled = false;
 }
 
 #endif // wxUSE_TREECTRL