Use a better dialog for flagging field validation errors.

Pointed-Out-By: msmith
This commit is contained in:
Jordan K. Hubbard 1997-01-16 09:45:35 +00:00
parent 71b9b9d8e6
commit 69bab6f567
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21762
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@ static void
feepout(char *msg)
{
beep();
dialog_notify(msg);
msgConfirm(msg);
}
/* Very basic IP address integrity check - could be drastically improved */

View File

@ -108,7 +108,7 @@ static void
feepout(char *msg)
{
beep();
dialog_notify(msg);
msgConfirm(msg);
}
/* Very basic IP address integrity check - could be drastically improved */