]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/listctrl.cpp
Moved more code from wxDataViewCtrl to wxDataViewCtrlInternal.
[wxWidgets.git] / src / palmos / listctrl.cpp
index a2c4920eab71707d58cac23e479702d896f1f2ea..b42949ca83e2f54363fe3728a320e3187de6c12a 100644 (file)
@@ -100,7 +100,7 @@ wxEND_HANDLERS_TABLE()
 wxCONSTRUCTOR_5( wxListCtrl , wxWindow* , Parent , wxWindowID , Id , wxPoint , Position , wxSize , Size , long , WindowStyle )
 
 /*
- TODO : Expose more information of a list's layout etc. via appropriate objects (à la NotebookPageInfo)
+ TODO : Expose more information of a list's layout etc. via appropriate objects (à la NotebookPageInfo)
 */
 #else
 IMPLEMENT_DYNAMIC_CLASS(wxListCtrl, wxControl)