Jeff Young 5 years ago
parent
commit
1ca75c8fda
  1. 2
      pcbnew/dialogs/dialog_find.cpp

2
pcbnew/dialogs/dialog_find.cpp

@ -327,7 +327,7 @@ void DIALOG_FIND::search( bool aDirection )
msg.Printf( _( "\"%s\" not found" ), searchString );
m_frame->ShowInfoBarMsg( msg );
}
if( endIsReached )
else if( endIsReached )
{
m_frame->SetStatusText( wxEmptyString );
m_frame->ShowInfoBarMsg( _( "No more items to show" ) );

Loading…
Cancel
Save