]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listbox.h
Have wxPropertyGrid inherit from wxControl and wxScrollHelper instead of wxScrolledWi...
[wxWidgets.git] / include / wx / listbox.h
index 01f64a7ab1caea3bcfc78bb8d98a3085ab2169c2..d2332d5d132a011f3f51751712f46534229b3237 100644 (file)
@@ -122,7 +122,7 @@ protected:
     wxArrayInt m_oldSelections;
 
     // Update m_oldSelections with currently selected items (does nothing in
-    // single selection mode).
+    // single selection mode on platforms other than MSW).
     void UpdateOldSelections();
 
 private: