fixed handling of accelerators using PageUp/Down keys (bug 1683613)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-19 20:18:20 +00:00
parent d536aafb14
commit f005ea42f0
3 changed files with 12 additions and 8 deletions

View File

@@ -119,6 +119,10 @@ wxMSW:
- Fixed wxFileName::GetSize() for large files
wxGTK:
- Fixed handling of accelerators using PageUp/Down keys
2.8.2
-----