mention (incompatible) wxListCtrl::Find change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2000-09-16 17:19:00 +00:00
parent 73215dd510
commit 2e7005d54f

View File

@@ -1,6 +1,15 @@
wxWindows 2 Change Log
----------------------
INCOMPATIBLE CHANGES
--------------------
wxMSW:
- wxListCtrl::Find() parameter meaning changed, see docs for details
(starting item is now included in the search, use 0 to search from the
beginning)
2.2.1
-----