git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62109
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
int wxFileDialog::ShowModal()
{
int wxFileDialog::ShowModal()
{
+ m_paths.Empty();
+ m_fileNames.Empty();
+
OSErr err;
NavDialogCreationOptions dialogCreateOptions;
OSErr err;
NavDialogCreationOptions dialogCreateOptions;
m_path = wxEmptyString;
m_fileNames.Clear();
m_path = wxEmptyString;
m_fileNames.Clear();
wxNonOwnedWindow* parentWindow = NULL;
int returnCode = -1;
wxNonOwnedWindow* parentWindow = NULL;
int returnCode = -1;