]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/listctrl.h
Warning fixes for WinCE.
[wxWidgets.git] / include / wx / msw / listctrl.h
index 47ddda9e99941d45e3c69dcc79cb14f585b9d562..e0d25d8730d15226c4b2203a8df821bed301323b 100644 (file)
@@ -63,8 +63,8 @@ class WXDLLEXPORT wxImageList;
     which item. Each image in an image list can contain a mask, and can be made out
     of either a bitmap, two bitmaps or an icon. See ImagList.h for more details.
 
-    Notifications are passed via the wxWindows 2.0 event system, or using virtual
-    functions in wxWindows 1.66.
+    Notifications are passed via the wxWidgets 2.0 event system, or using virtual
+    functions in wxWidgets 1.66.
 
     See the sample wxListCtrl app for API usage.