mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-16 15:41:11 +02:00
Export failure messages name the file, exactly as with FileException
This commit is contained in:
@@ -342,7 +342,7 @@ ProgressResult ExportMP2::Export(AudacityProject *project,
|
||||
|
||||
if ( outFile.Write(mp2Buffer.get(), mp2BufferNumBytes).GetLastError() ) {
|
||||
// TODO: more precise message
|
||||
ShowDiskFullExportErrorDialog();
|
||||
ShowDiskFullExportErrorDialog(fName);
|
||||
return ProgressResult::Cancelled;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user