Mention the multimedia keys constants addition

This should have been part of the previous commit.

See https://github.com/wxWidgets/wxWidgets/pull/157
This commit is contained in:
Vadim Zeitlin
2016-01-08 23:25:15 +01:00
parent abd46cb99a
commit 7d63a316af

View File

@@ -137,6 +137,7 @@ All (GUI):
- Improve wxFileCtrl::SetFilename() and SetPath() (Kevin B. McCarty).
- Fix a crash when using animated GIFs in wxHtmlListBox.
- Use platform-specific stock icons for wxEditableListBox buttons.
- Add support for the evnets from multimedia keys (Jens Göpfert).
wxGTK: