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
This commit is contained in:
Julian Smart 2004-01-21 13:44:54 +00:00
parent f0f4301209
commit a9b293667e

View File

@ -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: