From 9237a1d015e320e85a2e50988170ea0c744ec8d3 Mon Sep 17 00:00:00 2001 From: Wong Cho Ching Date: Fri, 24 Jan 2014 23:10:18 +0800 Subject: [PATCH] Tooltip: Changed tooltip text of LFOControllDialog of custom waveform --- src/gui/LfoControllerDialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/LfoControllerDialog.cpp b/src/gui/LfoControllerDialog.cpp index f9c151d701..3aa9f7c0a7 100644 --- a/src/gui/LfoControllerDialog.cpp +++ b/src/gui/LfoControllerDialog.cpp @@ -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 );