From: Vadim Zeitlin Date: Tue, 20 Dec 2011 13:24:48 +0000 (+0000) Subject: Mention the dialog focus regression fix in wxMSW in the change log. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/aa866feeaa0bda7c7be63e8626610d7191da02bb Mention the dialog focus regression fix in wxMSW in the change log. See #13765. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 7b96a2c650..c4d5ab5849 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -456,6 +456,7 @@ All (GUI): MSW: +- Fixed regression with initial focus in the dialogs in 2.9.3. - Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute (tteras).