From 77d530b693f01decd490dfbbad8bfa26087461af Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 29 Jan 2016 23:17:04 +0000 Subject: White space. --- src/wx/content_panel.cc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/wx/content_panel.cc b/src/wx/content_panel.cc index ee9ed2bf8..1f9352f06 100644 --- a/src/wx/content_panel.cc +++ b/src/wx/content_panel.cc @@ -244,7 +244,15 @@ ContentPanel::add_file_clicked () /* The wxFD_CHANGE_DIR here prevents a `could not set working directory' error 123 on Windows when using non-Latin filenames or paths. */ - wxFileDialog* d = new wxFileDialog (_panel, _("Choose a file or files"), wxT (""), wxT (""), wxT ("All files|*.*|Subtitle files|*.srt;*.xml|Audio files|*.wav;*.w64;*.flac;*.aif;*.aiff"), wxFD_MULTIPLE | wxFD_CHANGE_DIR); + wxFileDialog* d = new wxFileDialog ( + _panel, + _("Choose a file or files"), + wxT (""), + wxT (""), + wxT ("All files|*.*|Subtitle files|*.srt;*.xml|Audio files|*.wav;*.w64;*.flac;*.aif;*.aiff"), + wxFD_MULTIPLE | wxFD_CHANGE_DIR + ); + int const r = d->ShowModal (); if (r != wxID_OK) { -- cgit v1.2.3