fixed handling of accelerators using PageUp/Down keys (bug 1683613) [backport from HEAD]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-19 20:20:22 +00:00
parent 148fcf6358
commit 4b4faab50c
3 changed files with 12 additions and 8 deletions

View File

@@ -106,6 +106,10 @@ wxMSW:
- Fixed wxFileName::GetSize() for large files.
- Fixed wxFont and wxPen accessor bugs introduced in 2.8.2.
wxGTK:
- Fixed handling of accelerators using PageUp/Down keys
2.8.2
-----