From 803fe8ef04f7294810834cfdccedbba3cdcb3a72 Mon Sep 17 00:00:00 2001 From: James Crook Date: Thu, 25 Feb 2021 16:28:46 +0000 Subject: [PATCH] Shorter (clearer) fix for Bug 2677 --- src/import/ImportAUP.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/import/ImportAUP.cpp b/src/import/ImportAUP.cpp index f95b875de..42e4e524d 100644 --- a/src/import/ImportAUP.cpp +++ b/src/import/ImportAUP.cpp @@ -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);