diff --git a/src/llconclientdlg.cpp b/src/llconclientdlg.cpp index 0afdacd1..cbc1ba31 100755 --- a/src/llconclientdlg.cpp +++ b/src/llconclientdlg.cpp @@ -73,6 +73,9 @@ CLlconClientDlg::CLlconClientDlg ( CClient* pNCliP, QString strInpLevHAccText = tr ( "Input level meter" ); QString strInpLevHAccDescr = tr ( "Simulates an analog LED level meter." ); + TextInputLEDMeter->setWhatsThis ( strInpLevH ); + TextLevelMeterLeft->setWhatsThis ( strInpLevH ); + TextLevelMeterRight->setWhatsThis ( strInpLevH ); MultiColorLEDBarInputLevelL->setWhatsThis ( strInpLevH ); MultiColorLEDBarInputLevelL->setAccessibleName ( strInpLevHAccText ); MultiColorLEDBarInputLevelL->setAccessibleDescription ( strInpLevHAccDescr );