mirror of
https://github.com/cookiengineer/audacity
synced 2026-02-08 12:42:03 +01:00
Remove unnecesary Format, Printf, casts to wxString
This commit is contained in:
@@ -193,7 +193,7 @@ bool EffectClickRemoval::Process()
|
||||
}
|
||||
if (bGoodResult && !mbDidSomething) // Processing successful, but ineffective.
|
||||
Effect::MessageBox(
|
||||
wxString::Format(_("Algorithm not effective on this audio. Nothing changed.")),
|
||||
_("Algorithm not effective on this audio. Nothing changed."),
|
||||
wxOK | wxICON_ERROR);
|
||||
|
||||
this->ReplaceProcessedTracks(bGoodResult && mbDidSomething);
|
||||
|
||||
Reference in New Issue
Block a user