From ad684a814ab669cd85ab0d20ee3e8b02871b1055 Mon Sep 17 00:00:00 2001 From: Artur Wieczorek Date: Thu, 29 Sep 2016 23:57:29 +0200 Subject: [PATCH] Fix changelog Move the entry related to wxIAccessible to the MSW section. --- docs/changes.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index fdd6aba19e..146bae0b54 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -75,8 +75,6 @@ All: - Handle strings with embedded NULs in wxDataStream (Nitch). - Don't crash in wxTextFile::GetLastLine() if the file is empty (crohr). - Add wxString::cbegin() and cend() method (Lauri Nurmi). -- Return proper value from wxIAccessible::get_accSelection() if no children - are selected. All (GUI): @@ -137,6 +135,8 @@ wxMSW: - Fix wxDC::Clear() for rotated DC. - Fix wxDC::GetClippingBox() for transformed wxDC. - Fix wxMemoryDC::Blit() with itself as source (Tim Roberts). +- Return proper value from wxIAccessible::get_accSelection() if no children + are selected. wxOSX: