mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-17 00:20: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)
|
wxString result = (context == NullContextName)
|
||||||
? *this
|
? *this
|
||||||
: wxGetTranslation( *this, wxString{}, context );
|
: wxGetTranslation( *this
|
||||||
|
// , wxString{}, context
|
||||||
|
);
|
||||||
|
|
||||||
if ( mFormatter )
|
if ( mFormatter )
|
||||||
result = mFormatter( result );
|
result = mFormatter( result );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user