mirror of
https://github.com/cookiengineer/audacity
synced 2025-09-17 08:40:27 +02:00
Bug2594: Fix Save Backup...
... It broke at 16b249a
This commit is contained in:
parent
7e1e339f72
commit
6a10177404
@ -2149,7 +2149,8 @@ bool ProjectFileIO::SaveProject(
|
|||||||
|
|
||||||
bool ProjectFileIO::SaveCopy(const FilePath& fileName)
|
bool ProjectFileIO::SaveCopy(const FilePath& fileName)
|
||||||
{
|
{
|
||||||
return CopyTo(fileName, XO("Backing up project"), false, true);
|
return CopyTo(fileName, XO("Backing up project"), false, true,
|
||||||
|
{&TrackList::Get(mProject)});
|
||||||
}
|
}
|
||||||
|
|
||||||
bool ProjectFileIO::OpenProject()
|
bool ProjectFileIO::OpenProject()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user