mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-24 20:01:53 +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(),
|
media_files.Printf(wxT("Media files (%s)|%s%s|%s"), a_exts.c_str(),
|
||||||
a_exts.c_str(), rest.c_str(), wxT(ALLFILES));
|
a_exts.c_str(), rest.c_str(), wxT(ALLFILES));
|
||||||
wxFileDialog dlg(NULL,
|
wxFileDialog dlg(NULL,
|
||||||
append ? wxT("Choose an input file to add") :
|
append ? wxT("Choose an input file to append") :
|
||||||
wxT("Chose an input file to append"),
|
wxT("Chose an input file to add"),
|
||||||
last_open_dir, wxT(""), media_files, wxOPEN | wxMULTIPLE);
|
last_open_dir, wxT(""), media_files, wxOPEN | wxMULTIPLE);
|
||||||
|
|
||||||
if(dlg.ShowModal() == wxID_OK) {
|
if(dlg.ShowModal() == wxID_OK) {
|
||||||
|
Loading…
Reference in New Issue
Block a user