]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/checklst.h
Get/SetTitle only for wxTopLevelWindow.
[wxWidgets.git] / include / wx / checklst.h
index 842076dcf1109660cf1aa8a797db6cff279efae1..8e33246ecade3c81e5b241d967479519b4d182e2 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     12.09.00
 // RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
 #ifndef _WX_CHECKLST_H_BASE_
@@ -27,7 +27,7 @@ public:
 
     // check list box specific methods
     virtual bool IsChecked(size_t item) const = 0;
-    virtual void Check(size_t item, bool check = TRUE) = 0;
+    virtual void Check(size_t item, bool check = true) = 0;
 
     DECLARE_NO_COPY_CLASS(wxCheckListBoxBase)
 };