From a9b293667e4ec57a9d978e1fa9bbff99a543c42e Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 21 Jan 2004 13:44:54 +0000 Subject: [PATCH] wxFileDialog now returns correct filter index for multiple-file dialogs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index d24e4427da..943bef992c 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -66,8 +66,8 @@ versions, please update your code to not use them. OTHER CHANGES ============= -2.5.1 ------ +2.5.1/2.5.2 +----------- All: @@ -130,6 +130,8 @@ wxMSW: - wxComboBox::GetValue within a wxEVT_COMMAND_TEXT_UPDATED event should now pass the correct value even if the handler for wxEVT_COMMAND_COMBOBOX_SELECTED changed the selection +- wxFileDialog now returns correct filter index for multiple-file + dialogs wxGTK: