pt import: Correct the log warning message when at least one audio file failed to load
This commit is contained in:
parent
2645ab2e73
commit
772512a62d
@ -113,7 +113,7 @@ Editor::external_pt_dialog ()
|
||||
} else {
|
||||
import_pt_status.progress = 1.0;
|
||||
_session->import_pt_rest (import_ptf);
|
||||
MessageDialog msg (_("PT import complete!"));
|
||||
MessageDialog msg (_("PT import completed!\nSee log for specifics"));
|
||||
msg.run ();
|
||||
}
|
||||
}
|
||||
|
@ -240,6 +240,8 @@ Session::import_pt_sources (PTFFormat& ptf, ImportStatus& status)
|
||||
|
||||
ptfwavpair.push_back (p);
|
||||
pt_imported_sources.push_back (just_one_src.back ());
|
||||
} else {
|
||||
onefailed = true;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user