From: David Surovell Date: Sun, 8 Jan 2006 18:52:36 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/d48e6fea6bb806e92ce9441a34bb6e3334568bf8 fixed a typo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36783 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 61cae2c555..be4ef786b0 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -96,7 +96,7 @@ wxMac: - Corrected wxExecute. - Now makes use of full printer resolution. - Corrected CGImage handling in wxBitmap. -- Now uses simple hide/how transition for top-level windows. +- Now uses simple hide/show transition for top-level windows. - Uses reasonable temporary path for wxFileName::CreateTempFileName. - Added support for default key handling (escape, enter, command-period) even if there is no control on the frame or dialog that has the focus.