diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/content_menu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/content_menu.cc b/src/wx/content_menu.cc index e7ce3cc9c..6c635db0b 100644 --- a/src/wx/content_menu.cc +++ b/src/wx/content_menu.cc @@ -336,7 +336,7 @@ ContentMenu::find_missing () path = wx_to_std (d->GetPath ()); d->Destroy (); } else { - auto d = new wxFileDialog (0, _("Choose a file"), wxT (""), wxT (""), wxT ("*.*"), wxFD_MULTIPLE); + auto d = new wxFileDialog (0, _("Choose a file"), wxT (""), wxT (""), wxT ("*.*")); r = d->ShowModal (); path = wx_to_std (d->GetPath ()); d->Destroy (); |
