Use a better dialog for flagging field validation errors.
Pointed-Out-By: msmith
This commit is contained in:
parent
71b9b9d8e6
commit
69bab6f567
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21762
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user