]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix typo in an event type constant in wxTreeListCtrl documentation.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Feb 2012 13:28:39 +0000 (13:28 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 6 Feb 2012 13:28:39 +0000 (13:28 +0000)
s/CHeCKED/CHECKED/g

Closes #13931.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70524 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/treelist.h

index 8e7a7bdc25c336a0781570a6a6bc8cc32ab30e0a..bace73cb6f143baa4ccf3a3a786442b3c339168e 100644 (file)
@@ -193,7 +193,7 @@ extern const wxTreeListItem wxTLI_LAST;
         the expansion of the given branch. This event is sent after the
         expansion occurs and can't be vetoed.
     @event{EVT_TREELIST_ITEM_CHECKED(id, func)}
-        Process @c wxEVT_COMMAND_TREELIST_ITEM_CHeCKED event notifying about
+        Process @c wxEVT_COMMAND_TREELIST_ITEM_CHECKED event notifying about
         the user checking or unchecking the item. You can use
         wxTreeListCtrl::GetCheckedState() to retrieve the new item state and
         wxTreeListEvent::GetOldCheckedState() to get the previous one.
@@ -862,7 +862,7 @@ public:
     /**
         Return the previous state of the item checkbox.
 
-        This method can be used with @c wxEVT_COMMAND_TREELIST_ITEM_CHeCKED
+        This method can be used with @c wxEVT_COMMAND_TREELIST_ITEM_CHECKED
         events only.
 
         Notice that the new state of the item can be retrieved using