1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-02-16 07:47:58 +01:00

Use TranslatableString in XMLFileReader & move the help URL logic

This commit is contained in:
Paul Licameli
2019-12-07 11:56:24 -05:00
parent 503ccabdd8
commit 89df7a3ffc
7 changed files with 133 additions and 78 deletions

View File

@@ -47,7 +47,8 @@ public:
bool decodeError;
bool parseSuccess;
bool trackError;
wxString errorString;
TranslatableString errorString;
wxString helpUrl;
};
ReadProjectResults ReadProjectFile( const FilePath &fileName );