From 69bab6f567f7faefd399de1f54a05a57f3fbff1e Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Thu, 16 Jan 1997 09:45:35 +0000 Subject: [PATCH] Use a better dialog for flagging field validation errors. Pointed-Out-By: msmith --- release/sysinstall/tcpip.c | 2 +- usr.sbin/sysinstall/tcpip.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 6dfe32ca5b5..00c9024f6e6 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 6dfe32ca5b5..00c9024f6e6 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 */