mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-13 14:13:32 +02:00
Move menu handling functions out of class AudacityProject
This commit is contained in:
@@ -389,7 +389,7 @@ void LOFImportFileHandle::lofOpenFiles(wxString* ln)
|
||||
// If file is a midi
|
||||
if (Importer::IsMidi(targetfile))
|
||||
{
|
||||
mProject = AudacityProject::DoImportMIDI(mProject, targetfile);
|
||||
mProject = MenuCommandHandler::DoImportMIDI(mProject, targetfile);
|
||||
}
|
||||
|
||||
// If not a midi, open audio file
|
||||
|
Reference in New Issue
Block a user