mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 16:48:44 +02:00
Fix for accessibility name of plug-in manager dialog. Just fixing a typo.
This commit is contained in:
parent
162418ff07
commit
f98678c03a
@ -482,7 +482,7 @@ PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType
|
|||||||
{
|
{
|
||||||
mType = type;
|
mType = type;
|
||||||
mEffects = NULL;
|
mEffects = NULL;
|
||||||
SetLabel(GetTitle());
|
SetName(GetTitle());
|
||||||
|
|
||||||
mStates.SetCount(STATE_COUNT);
|
mStates.SetCount(STATE_COUNT);
|
||||||
mStates[STATE_Enabled] = _("Enabled");
|
mStates[STATE_Enabled] = _("Enabled");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user