mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-04 14:19:30 +02:00
Fix Linux build
This commit is contained in:
parent
15260c2c95
commit
4b43962415
@ -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 );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user