fixed bug in DeleteEntry()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23827 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-09-22 20:36:58 +00:00
parent a974cefd4d
commit 0bbf4cf70c
2 changed files with 10 additions and 4 deletions

View File

@@ -178,6 +178,15 @@ wxThread and related classes:
OTHER CHANGES
=============
2.4.3
-----
wxMSW:
- strip ampersands from strings returned by wxMenuBar::GetLabelTop()
- fixed bug in wxIniConfig::DeleteEntry() (Parinya Thipchart)
2.4.2
-----
@@ -224,7 +233,6 @@ wxMSW:
- fixed release mode build with VC 7.x (Martin Ecker)
- fix iostream.h problem with VC 7.1 (it doesn't support it any longer)
- compilation fix for XRC with mingw32
- strip ampersands from strings returned by wxMenuBar::GetLabelTop()
wxMotif: