fix merge oops

This commit is contained in:
Vesa
2015-04-26 17:07:27 +03:00
parent d4ab23efef
commit 61c29ada2a

View File

@@ -337,7 +337,7 @@ malletsInstrumentView::malletsInstrumentView( malletsInstrument * _instrument,
m_spreadKnob->setHintText( tr( "Spread:" ), "" );
// try to inform user about missing Stk-installation
if( _instrument->m_filesMissing && engine::hasGUI() )
if( _instrument->m_filesMissing && Engine::hasGUI() )
{
QMessageBox::information( 0, tr( "Missing files" ),
tr( "Your Stk-installation seems to be "