fix bug with deleting and recreating entries in wxFileConfig (patch 1796866)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-09-19 00:41:55 +00:00
parent 8a2a5a449e
commit e86882e38d
3 changed files with 61 additions and 19 deletions

View File

@@ -228,6 +228,13 @@ wxX11:
- Make Enter key activate the default button (David Hart).
2.8.6
-----
All:
- Fixed another bug in wxFileConfig when deleting entries (Axel Gembe)
2.8.5
-----