From 7d63a316af7e097357665b61134155cc5bb6fba7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 8 Jan 2016 23:25:15 +0100 Subject: [PATCH] Mention the multimedia keys constants addition This should have been part of the previous commit. See https://github.com/wxWidgets/wxWidgets/pull/157 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index ecb9df4d06..61df4e8a6b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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: