1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-26 00:58:37 +02:00

Change accessible title as well

This commit is contained in:
Leland Lucius 2015-06-09 12:48:16 -05:00
parent 19baefd186
commit f040dd75b0

View File

@ -482,8 +482,7 @@ PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType
{
mType = type;
mEffects = NULL;
SetLabel(_("Plug-in Manager: Effects")); // Provide visual label
SetName(_("Plug-in Manager: Effects")); // Provide audible label
SetLabel(GetTitle());
mStates.SetCount(STATE_COUNT);
mStates[STATE_Enabled] = _("Enabled");