1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Shorter (clearer) fix for Bug 2677

This commit is contained in:
James Crook 2021-02-25 16:28:46 +00:00
parent 15c862a836
commit 803fe8ef04

View File

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