mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
Fix Linux build
This commit is contained in:
parent
4b43962415
commit
1545d292d0
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user