From 61c29ada2afc6d26a32cadb72c6b1d30d75142cd Mon Sep 17 00:00:00 2001 From: Vesa Date: Sun, 26 Apr 2015 17:07:27 +0300 Subject: [PATCH] fix merge oops --- plugins/stk/mallets/mallets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/stk/mallets/mallets.cpp b/plugins/stk/mallets/mallets.cpp index f3befe8da..2818feffd 100644 --- a/plugins/stk/mallets/mallets.cpp +++ b/plugins/stk/mallets/mallets.cpp @@ -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 "