Changed "Default preset" to the actual plugin name

This commit is contained in:
Hannu Haahti
2014-01-16 18:04:07 +02:00
parent c57664d6a8
commit 5849157435

View File

@@ -893,6 +893,7 @@ Instrument * InstrumentTrack::loadInstrument( const QString & _plugin_name )
m_instrument = Instrument::instantiate( _plugin_name, this );
engine::mixer()->unlock();
setName( m_instrument->displayName() );
emit instrumentChanged();
return m_instrument;