Fix sid instrument WhatsThis text

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1485 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-08-24 21:35:59 +00:00
parent 64236d0080
commit 50223655d6
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2008-08-24 Paul Giblock <drfaygo/at/gmail/dot/com>
* plugins/sid/sid_instrument.cpp:
Fix what's this text with extra arg value.
2008-08-23 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* cmake/modules/BuildPlugin.cmake:

View File

@@ -550,8 +550,7 @@ sidInstrumentView::sidInstrumentView( instrument * _instrument,
dk->setHintText( tr("Decay:") + " ", "" );
dk->move( 7 + 29, 110 + i*50 );
dk->setWhatsThis( tr ( "Decay rate determines how rapidly the output "
"falls from the peak amplitude to the selected Sustain level." )
.arg( i+1 ) );
"falls from the peak amplitude to the selected Sustain level." ) );
knob *sk = new sidKnob( this );
sk->setHintText( tr("Sustain:") + " ", "" );