mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-11 23:25:53 +01:00
The title of the effect dialogue should not be the empty string (found because the empty string cannot be translated!)
This commit is contained in:
@@ -302,7 +302,7 @@ BEGIN_EVENT_TABLE(ReverbDialogue, EffectDialog)
|
|||||||
END_EVENT_TABLE()
|
END_EVENT_TABLE()
|
||||||
|
|
||||||
ReverbDialogue::ReverbDialogue(EffectReverb * effect, wxWindow * parent):
|
ReverbDialogue::ReverbDialogue(EffectReverb * effect, wxWindow * parent):
|
||||||
EffectDialog(parent, _(""), PROCESS_EFFECT, wxDEFAULT_DIALOG_STYLE, ePreviewDryButton),
|
EffectDialog(parent, _("Reverb"), PROCESS_EFFECT, wxDEFAULT_DIALOG_STYLE, ePreviewDryButton),
|
||||||
mEffect(*effect), mParams(effect->mParams)
|
mEffect(*effect), mParams(effect->mParams)
|
||||||
{
|
{
|
||||||
SetTitle();
|
SetTitle();
|
||||||
|
|||||||
Reference in New Issue
Block a user