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:
@@ -270,6 +270,7 @@ bool CommandImplementation::SetParameter(const wxString ¶mName, const wxVari
|
||||
context.Error( wxString::Format(
|
||||
_("%s is not a parameter accepted by %s"),
|
||||
paramName, GetSymbol().Internal() ) );
|
||||
// neglect translation for scripting ??
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user