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:
@@ -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:
|
||||
|
||||
@@ -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:") + " ", "" );
|
||||
|
||||
Reference in New Issue
Block a user