Tooltip: Changed tooltip text of LFOControllDialog of custom waveform

This commit is contained in:
Wong Cho Ching
2014-01-24 23:10:18 +08:00
parent c45aafc748
commit 9237a1d015

View File

@@ -188,7 +188,7 @@ LfoControllerDialog::LfoControllerDialog( Controller * _model, QWidget * _parent
SIGNAL( doubleClicked() ),
this, SLOT( askUserDefWave() ) );
toolTip::add( m_userWaveBtn,
tr( "Click here for a user-defined shape." ) );
tr( "Click here for a user-defined shape.\nDouble click to pick a file." ) );
m_waveBtnGrp = new automatableButtonGroup( this );
m_waveBtnGrp->addButton( sin_wave_btn );