Fix for deleting entries at root level in wxFileConfig

backported from head


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20012 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-04-06 14:38:19 +00:00
parent e05c4ff66a
commit 3b4b3d8550
2 changed files with 59 additions and 29 deletions

View File

@@ -179,6 +179,7 @@ All:
- added missing wx/quantize.h to install
- improved wxScrolledWindow/sizer interaction
- fixed assert (and crash in debug) in wxFileConfigGroup::DeleteSubgroupByName
- fix for deleting entries at root level in wxFileConfig
Unix (GUI):