diff --git a/pcbnew/dialogs/dialog_find.cpp b/pcbnew/dialogs/dialog_find.cpp index b1c82446fd..15509e897c 100644 --- a/pcbnew/dialogs/dialog_find.cpp +++ b/pcbnew/dialogs/dialog_find.cpp @@ -335,6 +335,8 @@ void DIALOG_FIND::search( bool aDirection ) m_frame->SetStatusText( wxEmptyString ); msg.Printf( _( "\"%s\" not found" ), searchString ); m_frame->ShowInfoBarMsg( msg ); + + m_status->SetLabel( msg ); } else if( endIsReached ) {