diff --git a/pcbnew/router/length_tuner_tool.cpp b/pcbnew/router/length_tuner_tool.cpp index 7cd848d923..59abfbc97b 100644 --- a/pcbnew/router/length_tuner_tool.cpp +++ b/pcbnew/router/length_tuner_tool.cpp @@ -163,7 +163,7 @@ void LENGTH_TUNER_TOOL::performTuning() if( !m_router->StartRouting( m_startSnapPoint, m_startItem, 0 ) ) { - wxMessageBox( m_router->FailureReason(), _( "Error" ) ); + frame()->ShowInfoBarMsg( m_router->FailureReason() ); highlightNet( false ); return; }