X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1f0c8f31f407ecfce909060464c0ea655221cdab..4ee4c7b948e76377a6947d3ffbe5099870d0c3e9:/src/osx/carbon/filedlg.cpp diff --git a/src/osx/carbon/filedlg.cpp b/src/osx/carbon/filedlg.cpp index b42165fde3..2b670be8d6 100644 --- a/src/osx/carbon/filedlg.cpp +++ b/src/osx/carbon/filedlg.cpp @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: src/mac/carbon/filedlg.cpp +// Name: src/osx/carbon/filedlg.cpp // Purpose: wxFileDialog // Author: Stefan Csomor // Modified by: @@ -292,6 +292,9 @@ pascal Boolean CrossPlatformFilterCallback( int wxFileDialog::ShowModal() { + m_paths.Empty(); + m_fileNames.Empty(); + OSErr err; NavDialogCreationOptions dialogCreateOptions;