mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Provide useful path to FileException
This commit is contained in:
parent
ffc7452eba
commit
866edf8801
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user