1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-04 14:19:30 +02:00

Fix Linux build

This commit is contained in:
Paul Licameli 2019-12-05 13:14:42 -05:00
parent 15260c2c95
commit 4b43962415

View File

@ -316,7 +316,7 @@ wxString TranslatableString::Translation() const
wxString result = (context == NullContextName) wxString result = (context == NullContextName)
? *this ? *this
: wxGetTranslation( *this, {}, context ); : wxGetTranslation( *this, wxString{}, context );
if ( mFormatter ) if ( mFormatter )
result = mFormatter( result ); result = mFormatter( result );