fixed crash with ownerdrawn menu items accelerators (Perry Miller)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36863 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-01-13 21:03:19 +00:00
parent 2c556733b8
commit c70ffbdbf0
2 changed files with 10 additions and 2 deletions

View File

@@ -57,6 +57,7 @@ All (GUI):
wxMSW:
- Fixed crash with ownerdrawn menu items accelerators (Perry Miller)
- wxFileDialog respects absence of wxCHANGE_DIR flag under NT (Brad Anderson).
- Switching page of a hidden notebook doesn't lose focus (Jamie Gadd).
- Removed wxImageList *GetImageList(int) const.