diff --git a/src/mmg/tab_input.cpp b/src/mmg/tab_input.cpp index 1f6e2c844..46ebb2a8a 100644 --- a/src/mmg/tab_input.cpp +++ b/src/mmg/tab_input.cpp @@ -709,7 +709,7 @@ tab_input::select_file(bool append) { a_exts += wxString::Format(wxT("*.%s"), all_extensions[ae].c_str()); } - media_files.Printf(wxT("Media files (%s)|%s%s|%s"), a_exts.c_str(), + media_files.Printf(wxT("All supported media files|%s%s|%s"), a_exts.c_str(), rest.c_str(), wxT(ALLFILES)); wxFileDialog dlg(NULL, append ? wxT("Choose an input file to append") :