mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-13 13:41:27 +00:00
mmg: include mks in the extension list when loading chapter files
This commit is contained in:
parent
09f1dd4291
commit
479b1e237e
@ -558,7 +558,7 @@ tab_chapters::fix_missing_languages(EbmlMaster &master) {
|
||||
void
|
||||
tab_chapters::on_load_chapters(wxCommandEvent &) {
|
||||
wxFileDialog dlg(nullptr, Z("Choose a chapter file"), last_open_dir, wxEmptyString,
|
||||
wxString::Format(Z("Chapter files (*.xml;*.txt;*.mka;*.mkv;*.mk3d;*.cue)|*.xml;*.txt;*.mka;*.mkv;*.mk3d;*.cue|%s"), ALLFILES.c_str()), wxFD_OPEN);
|
||||
wxString::Format(Z("Chapter files (*.xml;*.txt;*.mka;*.mkv;*.mks;*.mk3d;*.cue)|*.xml;*.txt;*.mka;*.mkv;*.mks;*.mk3d;*.cue|%s"), ALLFILES.c_str()), wxFD_OPEN);
|
||||
|
||||
if ((dlg.ShowModal() == wxID_OK) && load(dlg.GetPath()))
|
||||
last_open_dir = dlg.GetDirectory();
|
||||
|
Loading…
Reference in New Issue
Block a user