allow having children of status bar in XRC (patch 1704125) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45572 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-04-21 23:24:42 +00:00
parent d0c0cecb3d
commit e9ef27252d
2 changed files with 11 additions and 2 deletions

View File

@@ -91,13 +91,20 @@ Major new features in 2.8 release
2.8.4
-----
All (Unix):
All:
- Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
- Fix bug in wxFileConfig when recreating a group (Steven Van Ingelgem)
- Added wxString::char_str() and wchar_str() methods for forward
compatiblity with wxWidgets 3
All (Unix):
- Handle socket shutdown by the peer correctly in wxSocket (Tim Kosse)
All (GUI):
- Allow status bar children in XRC (Edmunt Pienkowski)
wxMSW:
- Corrected wxStaticBox label appearance when its foreground colour was set: