1
0
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:
David Bailes 2015-06-10 09:00:39 +01:00
parent 162418ff07
commit f98678c03a

View File

@ -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");