mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-23 19:31:44 +00:00
Swapped window titles.
This commit is contained in:
parent
b3545aede4
commit
eaba313729
@ -710,8 +710,8 @@ tab_input::select_file(bool append) {
|
||||
media_files.Printf(wxT("Media files (%s)|%s%s|%s"), a_exts.c_str(),
|
||||
a_exts.c_str(), rest.c_str(), wxT(ALLFILES));
|
||||
wxFileDialog dlg(NULL,
|
||||
append ? wxT("Choose an input file to add") :
|
||||
wxT("Chose an input file to append"),
|
||||
append ? wxT("Choose an input file to append") :
|
||||
wxT("Chose an input file to add"),
|
||||
last_open_dir, wxT(""), media_files, wxOPEN | wxMULTIPLE);
|
||||
|
||||
if(dlg.ShowModal() == wxID_OK) {
|
||||
|
Loading…
Reference in New Issue
Block a user