From 0fd0be4ca7d235f3ffc2638e95db60a6053b247f 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/branches/WX_2_4_BRANCH@25278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 201d7e0771..f99b9e4254 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -205,6 +205,8 @@ wxMSW: - strip ampersands from strings returned by wxMenuBar::GetLabelTop() - fixed bug in wxIniConfig::DeleteEntry() (Parinya Thipchart) - wxLongLong formatting with MinGW corrected +- wxFileDialog now returns correct filter index for multiple-file + dialogs wxGTK: