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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user