mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-07 06:55:52 +01:00
Fix for accessibility name of plug-in manager dialog. Just fixing a typo.
This commit is contained in:
@@ -482,7 +482,7 @@ PluginRegistrationDialog::PluginRegistrationDialog(wxWindow *parent, EffectType
|
||||
{
|
||||
mType = type;
|
||||
mEffects = NULL;
|
||||
SetLabel(GetTitle());
|
||||
SetName(GetTitle());
|
||||
|
||||
mStates.SetCount(STATE_COUNT);
|
||||
mStates[STATE_Enabled] = _("Enabled");
|
||||
|
||||
Reference in New Issue
Block a user