diff --git a/DSView/pv/dialogs/decoderoptionsdlg.cpp b/DSView/pv/dialogs/decoderoptionsdlg.cpp index d15b1c23..f11a4520 100644 --- a/DSView/pv/dialogs/decoderoptionsdlg.cpp +++ b/DSView/pv/dialogs/decoderoptionsdlg.cpp @@ -83,10 +83,7 @@ void DecoderOptionsDlg::load_options(view::DecodeTrace *trace, bool isNew) form->setFieldGrowthPolicy(QFormLayout::AllNonFixedFieldsGrow); dlg->layout()->addLayout(form); - if (isNew) - dlg->setTitle(tr("New Decoder")); - else - dlg->setTitle(tr("Decoder Options")); + dlg->setTitle(tr("Decoder Options")); //scroll pannel QWidget *scroll_pannel = new QWidget();