fixed enumerating of entries/groups under '/' in wxRegConfig

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-10-08 23:36:11 +00:00
parent 05e1201cb5
commit 72957aa3ba
2 changed files with 7 additions and 5 deletions

View File

@@ -94,6 +94,7 @@ wxMSW:
- wxGauge now supports full 32 bit range (Miroslav Rajcic)
- make it possible to give focus to the notebook tabs (Hajo Kirchhoff)
- MDI child frames are not always resizeable any more (Andrei Fortuna)
- fixed enumerating of entries/groups under '/' in wxRegConfig
wxGTK: