]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/listctrl.cpp
avoid deprecated functions and direct struct access
[wxWidgets.git] / src / os2 / listctrl.cpp
index fac87773756d8e9948cde2df94857dac95db7ee5..50283974a6d5472e16603a1d43e9ef7d5358e95f 100644 (file)
@@ -106,7 +106,7 @@ typedef struct _MYRECORD
 // Problem:
 //  The MSW version had problems with SetTextColour() et al as the
 //  CListItemAttr's were stored keyed on the item index. If a item was
-//  inserted anywhere but the end of the list the the text attributes
+//  inserted anywhere but the end of the list the text attributes
 //  (colour etc) for the following items were out of sync.
 //
 // Solution: