From 50223655d66239f9eb0cdc274976b7b505883703 Mon Sep 17 00:00:00 2001 From: Paul Giblock Date: Sun, 24 Aug 2008 21:35:59 +0000 Subject: [PATCH] Fix sid instrument WhatsThis text git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1485 0778d3d1-df1d-0410-868b-ea421aaaa00d --- ChangeLog | 5 +++++ plugins/sid/sid_instrument.cpp | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1cffcb98a..e95c8f877 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-08-24 Paul Giblock + + * plugins/sid/sid_instrument.cpp: + Fix what's this text with extra arg value. + 2008-08-23 Tobias Doerffel * cmake/modules/BuildPlugin.cmake: diff --git a/plugins/sid/sid_instrument.cpp b/plugins/sid/sid_instrument.cpp index 67372cc3b..98209e51b 100644 --- a/plugins/sid/sid_instrument.cpp +++ b/plugins/sid/sid_instrument.cpp @@ -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:") + " ", "" );