From 1b447793ea73455bcec70ee39db841b28e6fc7cf Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 10 Jan 2009 19:01:00 +0000 Subject: [PATCH] fixing default location for cocoa, see #10361 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/osx/cocoa/filedlg.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osx/cocoa/filedlg.mm b/src/osx/cocoa/filedlg.mm index 6d13927ecf..c212ecea36 100644 --- a/src/osx/cocoa/filedlg.mm +++ b/src/osx/cocoa/filedlg.mm @@ -140,7 +140,7 @@ int wxFileDialog::ShowModal() wxCFStringRef cf( m_message ); - wxCFStringRef dir( m_path ); + wxCFStringRef dir( m_dir ); wxCFStringRef file( m_fileName ); m_path = wxEmptyString; -- 2.45.2