From fd2808ffad45d755f032b108f95aae2483767e42 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 16 Dec 2000 05:36:10 +0000 Subject: Fix an informational message a little and properly check status of a yes/no question which I bollicked up in my previous commit. --- usr.sbin/sade/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/sade') diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 14a0776..8a116dc 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -603,7 +603,7 @@ nodisks: #endif dialog_clear_norefresh(); - if (!msgNoYes("Does this system have a USB mouse attached to it?")) + if (msgNoYes("Does this system have a USB mouse attached to it?")) dmenuOpenSimple(&MenuMouse, FALSE); /* Now would be a good time to checkpoint the configuration data */ -- cgit v1.1