Jeff Young 2020-12-16 22:01:32 +00:00
parent 06cda7592a
commit 1ca75c8fda
1 changed files with 1 additions and 1 deletions

View File

@ -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" ) );