Fix build

This commit is contained in:
Jon Evans 2020-05-19 23:56:50 -04:00
parent aa3681d478
commit e1476dea58
1 changed files with 2 additions and 1 deletions

View File

@ -455,7 +455,8 @@ int SCH_EDITOR_CONTROL::FindNext( const TOOL_EVENT& aEvent )
wxString msg = searchAllSheets ? _( "Reached end of schematic." )
: _( "Reached end of sheet." );
m_frame->ShowFindReplaceStatus( msg + _( "\nFind again to wrap around to the start." ) );
m_frame->ShowFindReplaceStatus(
msg + _( "\nFind again to wrap around to the start." ), 4000 );
wrapAroundTimer.StartOnce( 4000 );
}