diff options
Diffstat (limited to 'src/plugins/Effect/ladspa/settingsdialog.cpp')
| -rw-r--r-- | src/plugins/Effect/ladspa/settingsdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/ladspa/settingsdialog.cpp b/src/plugins/Effect/ladspa/settingsdialog.cpp index 877b3098e..b96c6533c 100644 --- a/src/plugins/Effect/ladspa/settingsdialog.cpp +++ b/src/plugins/Effect/ladspa/settingsdialog.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2009-2015 by Ilya Kotov * + * Copyright (C) 2009-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -129,7 +129,7 @@ void SettingsDialog::on_configureButton_clicked() } if (effect->controls.isEmpty()) { - QLabel *label = new QLabel(tr("This LADSPA plugin has no user controls"), dialog); + label = new QLabel(tr("This LADSPA plugin has no user controls"), dialog); formLayout->addRow(label); } dialog->setLayout(formLayout); |
