mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
Provide useful path to FileException
This commit is contained in:
@@ -301,7 +301,7 @@ XMLFileWriter::XMLFileWriter(
|
||||
{
|
||||
auto tempPath = wxFileName::CreateTempFileName( outputPath );
|
||||
if (!wxFFile::Open(tempPath, wxT("wb")) || !IsOpened())
|
||||
ThrowException( tempPath, mCaption );
|
||||
ThrowException( outputPath, mCaption );
|
||||
|
||||
if (mKeepBackup) {
|
||||
int index = 0;
|
||||
|
||||
Reference in New Issue
Block a user