diff --git a/src/Internat.cpp b/src/Internat.cpp index 235284fbe..b0c006714 100644 --- a/src/Internat.cpp +++ b/src/Internat.cpp @@ -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 );