]> git.saurik.com Git - wxWidgets.git/commitdiff
wxFileDialog now returns correct filter index for multiple-file
authorJulian Smart <julian@anthemion.co.uk>
Wed, 21 Jan 2004 13:44:54 +0000 (13:44 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 21 Jan 2004 13:44:54 +0000 (13:44 +0000)
dialogs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index d24e4427da189d7a0207e28174350c3610729612..943bef992c8540187d2f5e595146e551e55668e1 100644 (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: