mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
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:
parent
989f6a6c80
commit
abcb6ed05e
@ -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") :
|
||||
|
Loading…
Reference in New Issue
Block a user