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