mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-07 04:01:54 +01:00
Fix Linux build
This commit is contained in:
@@ -316,7 +316,9 @@ wxString TranslatableString::Translation() const
|
||||
|
||||
wxString result = (context == NullContextName)
|
||||
? *this
|
||||
: wxGetTranslation( *this, wxString{}, context );
|
||||
: wxGetTranslation( *this
|
||||
// , wxString{}, context
|
||||
);
|
||||
|
||||
if ( mFormatter )
|
||||
result = mFormatter( result );
|
||||
|
||||
Reference in New Issue
Block a user