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

Export failure messages name the file, exactly as with FileException

This commit is contained in:
Paul Licameli
2020-12-06 14:20:02 -05:00
parent d225d24092
commit f07fd5d8bc
9 changed files with 20 additions and 18 deletions

View File

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