mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
Use a better dialog for flagging field validation errors.
Pointed-Out-By: msmith
This commit is contained in:
parent
71b9b9d8e6
commit
69bab6f567
2 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue