From f98678c03a9c99cb62fec59e47bf0404955718a5 Mon Sep 17 00:00:00 2001 From: David Bailes Date: Wed, 10 Jun 2015 09:00:39 +0100 Subject: [PATCH] Fix for accessibility name of plug-in manager dialog. Just fixing a typo. --- src/PluginManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PluginManager.cpp b/src/PluginManager.cpp index 2f682d98b..11bf19ef2 100644 --- a/src/PluginManager.cpp +++ b/src/PluginManager.cpp @@ -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");