From d12593fe8a11a2865da075e1c3e478bed056adf7 Mon Sep 17 00:00:00 2001 From: dreamsourcelabTAI Date: Fri, 10 Jun 2022 10:23:30 +0800 Subject: [PATCH] update: decoder options title --- DSView/pv/dialogs/decoderoptionsdlg.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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();