Fix compilation on Mac OS X
This commit is contained in:
parent
75f90891f6
commit
7afdb33c8f
1 changed files with 1 additions and 1 deletions
|
@ -1587,7 +1587,7 @@ void wxwin_mainwindow::handle_menu_click_cancelable(wxCommandEvent& e)
|
|||
wxeditor_multitrack_display(this);
|
||||
return;
|
||||
case wxID_CHDIR: {
|
||||
wxDirDialog* d = new wxDirDialog(this, wxT("Change working directory"), ".", wxDD_DIR_MUST_EXIST);
|
||||
wxDirDialog* d = new wxDirDialog(this, wxT("Change working directory"), wxT("."), wxDD_DIR_MUST_EXIST);
|
||||
if(d->ShowModal() == wxID_CANCEL) {
|
||||
d->Destroy();
|
||||
return;
|
||||
|
|
Loading…
Add table
Reference in a new issue