aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-01-16 09:45:35 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-01-16 09:45:35 +0000
commit69bab6f567f7faefd399de1f54a05a57f3fbff1e (patch)
treeef95c0fad0581c3ffc4ee479521709fef468fb42
parent71b9b9d8e62ceea7881501012ad551e5d9bb158e (diff)
downloadsrc-69bab6f567f7faefd399de1f54a05a57f3fbff1e.tar.gz
src-69bab6f567f7faefd399de1f54a05a57f3fbff1e.zip
Use a better dialog for flagging field validation errors.
Pointed-Out-By: msmith
Notes
Notes: svn path=/head/; revision=21762
-rw-r--r--release/sysinstall/tcpip.c2
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 6dfe32ca5b55..00c9024f6e62 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -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 */
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 6dfe32ca5b55..00c9024f6e62 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -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 */