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

Move AbbreviatePath to FileNames

This commit is contained in:
Paul Licameli
2020-12-06 14:53:35 -05:00
parent f07fd5d8bc
commit 4e260389da
6 changed files with 31 additions and 28 deletions

View File

@@ -46,7 +46,6 @@ public:
~FileException() override;
static wxString AbbreviatePath(const wxFileName &fileName);
static TranslatableString WriteFailureMessage(const wxFileName &fileName);
protected: