Qt: Correctly present numerous text on extcap

Change-Id: I21f66e3496d21fc721b3916fe8e94fd0b9d07f51
Reviewed-on: https://code.wireshark.org/review/34227
Petri-Dish: Roland Knall <rknall@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Roland Knall <rknall@gmail.com>
This commit is contained in:
Roland Knall 2019-08-10 20:09:29 +02:00
parent 5e1bcb8501
commit 5750f24787
1 changed files with 1 additions and 0 deletions

View File

@ -266,6 +266,7 @@ void ExtcapOptionsDialog::updateWidgets()
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
return;
}
ui->checkSaveOnStart->setText(tr("Save parameter(s) on capture start", "", extcapArguments.count()));
QStringList groupKeys;
QString defaultKeyName(tr("Default"));