1
0
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:
LRN1986 2010-03-26 16:15:52 +00:00
parent 1527368d99
commit 1ce96f737f

View File

@ -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);
}