fixed tooltip of mute button

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1631 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-18 22:15:41 +00:00
parent af7e00091e
commit 6f67de2495

View File

@@ -185,7 +185,7 @@ fxMixerView::fxMixerView() :
embed::getIconPixmap( "led_green" ) );
cv->m_muteBtn->setCheckable( TRUE );
cv->m_muteBtn->move( 9, cv->m_fader->y()-16);
toolTip::add( cv->m_muteBtn, tr( "Mute this track" ) );
toolTip::add( cv->m_muteBtn, tr( "Mute this FX channel" ) );
cv->m_rackView = new effectRackView(
&m->m_fxChannels[i]->m_fxChain, this );