From: Vadim Zeitlin Date: Sat, 3 Sep 2005 22:58:30 +0000 (+0000) Subject: made wxRegKey bugfix note more detailed X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/de8a305a7f7bd149b68ef842c658d7e95ed33cfb made wxRegKey bugfix note more detailed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index eb3764fd74..2630804b1c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -150,7 +150,7 @@ wxMSW: - DDE fixed for Unicode. - Fixed ownerdrawn multiline buttons. - wxCheckListBox item background fixed. -- Fixed some wxRegKey bugs. +- Fixed error when trying to read a value from key not accessible for writing. wxWinCE: