/////////////////////////////////////////////////////////////////////////////
-// Name: src/mac/carbon/filedlg.cpp
+// Name: src/osx/carbon/filedlg.cpp
// Purpose: wxFileDialog
// Author: Stefan Csomor
// Modified by:
int wxFileDialog::ShowModal()
{
+ m_paths.Empty();
+ m_fileNames.Empty();
+
OSErr err;
NavDialogCreationOptions dialogCreateOptions;