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

Revert "AUP3: Reworked CopyTo() yet again"

A bit more thought needs to do into this.
This commit is contained in:
Leland Lucius
2020-07-12 10:55:54 -05:00
parent e3c5563d35
commit a0008831e0
4 changed files with 67 additions and 115 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);