1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-25 16:48:44 +02:00

Expand on comment.

This commit is contained in:
v.audacity 2010-08-24 02:18:56 +00:00
parent 7b7ef96f25
commit 4e85cf7861

View File

@ -797,6 +797,8 @@ void AudacityApp::OnMRUFile(wxCommandEvent& event) {
//vvvvv I think it was removed on purpose, but I don't know why it's still here. //vvvvv I think it was removed on purpose, but I don't know why it's still here.
// Basically, anything from Recent Files is treated as a .aup, until proven otherwise, // Basically, anything from Recent Files is treated as a .aup, until proven otherwise,
// then it tries to Import(). Very questionable handling, imo. // then it tries to Import(). Very questionable handling, imo.
// Better, for example, to check the file type early on.
//
void AudacityApp::OnMRUProject(wxCommandEvent& event) { void AudacityApp::OnMRUProject(wxCommandEvent& event) {
AudacityProject *proj = GetActiveProject(); AudacityProject *proj = GetActiveProject();