Some DisplayError -> DisplayErrorMessage

This commit is contained in:
Marek Roszko
2024-12-20 19:28:30 -05:00
parent 4771e573ef
commit 22d13546fb
19 changed files with 33 additions and 34 deletions
+1 -1
View File
@@ -221,7 +221,7 @@ bool REGEX_VALIDATOR::Validate( wxWindow* aParent )
if( !valid )
{
m_validatorWindow->SetFocus();
DisplayError( aParent, wxString::Format( _( "Incorrect value: %s" ), value ) );
DisplayErrorMessage( aParent, wxString::Format( _( "Incorrect value: %s" ), value ) );
return false;
}