mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-23 09:20:16 +01:00
Shorter (clearer) fix for Bug 2677
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user