Modified name of audio sink starve counter reset button to make it more intuitive.

This commit is contained in:
mjbudd77 2021-09-30 23:10:42 -04:00
parent ec076a772a
commit b06b7a98c6
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ ConsoleSndConfDialog_t::ConsoleSndConfDialog_t(QWidget *parent)
starveLbl = new QLabel( tr("Sink Starve Count:") );
starveLbl->setToolTip( tr("Running count of the number of samples that the audio sink is starved of.") );
resetCountBtn = new QPushButton( tr("Reset") );
resetCountBtn = new QPushButton( tr("Reset Counter") );
resetCountBtn->setIcon(style()->standardIcon(QStyle::SP_DialogResetButton));
connect(resetCountBtn, SIGNAL(clicked(void)), this, SLOT(resetCounters(void)));