1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-13 14:13:32 +02:00

AUP3: Reworked CopyTo() yet again

This time it has the potential to produce much smaller
output files since it ONLY copies the active blocks and
not all of the blocks related to undo history.
This commit is contained in:
Leland Lucius
2020-07-12 10:39:37 -05:00
parent 5ffff72d35
commit e3c5563d35
4 changed files with 115 additions and 67 deletions

View File

@@ -705,7 +705,7 @@ bool AUPImportFileHandle::HandleProject(XMLTagHandler *&handler)
if (projName.empty())
{
AudacityMessageBox(
XO("Couldn't find the project data folder: \"%s\"").Format(*value),
XO("Couldn't find the project data folder: \"%s\"").Format(value),
XO("Error Opening Project"),
wxOK | wxCENTRE,
&window);