Skip to content
Snippets Groups Projects
Commit cf069c59 authored by James Crook's avatar James Crook
Browse files

Bug 2101 (Wording) - Mac recovery file can be corrupted before recovery when...

Bug 2101 (Wording) - Mac recovery file can be corrupted before recovery when switching between 32 and 64 bit builds
parent ad26c35d
Branches
No related tags found
No related merge requests found
...@@ -484,14 +484,11 @@ enum FieldTypes ...@@ -484,14 +484,11 @@ enum FieldTypes
FT_Name // type, ID, name length, name FT_Name // type, ID, name length, name
}; };
wxString AutoSaveFile::FailureMessage( const FilePath &filePath ) wxString AutoSaveFile::FailureMessage( const FilePath &/*filePath*/ )
{ {
return wxString::Format( return
_("Could not decode crash recovery file: %s\n\n\ _("This recovery file was saved by Audacity 2.3.0 or before.\n"
This file was saved by a version of Audacity built for a different processor architecture. \ "You need to run that version of Audacity to recover the project." );
Try running that version of Audacity to recover its contents."),
filePath
);
} }
AutoSaveFile::AutoSaveFile(size_t allocSize) AutoSaveFile::AutoSaveFile(size_t allocSize)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment