Do not list the extensions of all supported media files in the "open file" dialog. It gets way too wide that way.

This commit is contained in:
Moritz Bunkus 2005-06-05 17:07:21 +00:00
parent 989f6a6c80
commit abcb6ed05e

View File

@ -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") :