1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30:17 +01:00

Conversion of TranslatableString to wxString is private

This commit is contained in:
Paul Licameli
2019-11-30 13:32:18 -05:00
parent 0b6618e491
commit 72df562c4a
30 changed files with 119 additions and 99 deletions

View File

@@ -270,6 +270,7 @@ bool CommandImplementation::SetParameter(const wxString &paramName, const wxVari
context.Error( wxString::Format(
_("%s is not a parameter accepted by %s"),
paramName, GetSymbol().Internal() ) );
// neglect translation for scripting ??
return false;
}