1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Give a "yellow zone" warning for checkpoint failure without data loss

This commit is contained in:
Paul Licameli
2020-09-06 12:17:38 -04:00
parent 5342d980fb
commit 327ada3c46
3 changed files with 44 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ public:
~FileException() override;
static wxString AbbreviatePath(const wxFileName &fileName);
protected:
//! %Format an error message appropriate for the @ref Cause.
TranslatableString ErrorMessage() const override;