fixing default location for cocoa, see #10361
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57985 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
336aecf1c2
commit
1b447793ea
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user