mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-25 08:38:39 +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;
|
||||
mEffects = NULL;
|
||||
SetLabel(GetTitle());
|
||||
SetName(GetTitle());
|
||||
|
||||
mStates.SetCount(STATE_COUNT);
|
||||
mStates[STATE_Enabled] = _("Enabled");
|
||||
|
Loading…
x
Reference in New Issue
Block a user