mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-14 15:20:29 +02:00
Fix typo after the last patch
This commit is contained in:
parent
1527368d99
commit
1ce96f737f
@ -2148,7 +2148,7 @@ wxArrayString AudacityProject::ShowOpenDialog(wxString extraformat, wxString ext
|
||||
gPrefs->Write(wxT("/DefaultOpenType"), mask.BeforeFirst(wxT('|')));
|
||||
gPrefs->Write(wxT("/LastOpenType"), mask.BeforeFirst(wxT('|')));
|
||||
|
||||
if (dialogResult != wxID_OK) {
|
||||
if (dialogResult == wxID_OK) {
|
||||
// Return the selected files
|
||||
dlog.GetPaths(selected);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user