mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 15:49:36 +02:00
Bug 2097 - Mac: File list ignored at the command line
This commit is contained in:
parent
9940f1cf64
commit
e178f63aec
@ -1498,16 +1498,12 @@ bool AudacityApp::InitPart2()
|
|||||||
QuitAudacity(true);
|
QuitAudacity(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
// As of wx3, there's no need to process the filename arguments as they
|
|
||||||
// will be sent via the MacOpenFile() method.
|
|
||||||
#if !defined(__WXMAC__)
|
|
||||||
for (size_t i = 0, cnt = parser->GetParamCount(); i < cnt; i++)
|
for (size_t i = 0, cnt = parser->GetParamCount(); i < cnt; i++)
|
||||||
{
|
{
|
||||||
// PRL: Catch any exceptions, don't try this file again, continue to
|
// PRL: Catch any exceptions, don't try this file again, continue to
|
||||||
// other files.
|
// other files.
|
||||||
SafeMRUOpen(parser->GetParam(i));
|
SafeMRUOpen(parser->GetParam(i));
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
} );
|
} );
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user