1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 14:50:17 +01:00

TracksPrefs does not use hardcoded list of all view types...

... It does have some duplication of string values, but only for purposes of
upgrading old config files.
This commit is contained in:
Paul Licameli
2020-01-18 20:09:35 -05:00
parent d2ccde77e7
commit a69fba9990
4 changed files with 27 additions and 20 deletions

View File

@@ -467,6 +467,8 @@ public:
TranslatableString Stripped( unsigned options = MenuCodes ) const
{ return TranslatableString{ *this }.Strip( options ); }
wxString StrippedTranslation() const { return Stripped().Translation(); }
private:
static const Formatter NullContextFormatter;