summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-11 06:10:56 +0000
committerjkh <jkh@FreeBSD.org>1995-05-11 06:10:56 +0000
commit7ed2702c50417d9a275f255e055dd110b5f9125c (patch)
tree5adf760300b4c021df1f79f02a543d58fb366917 /usr.sbin/sysinstall/msg.c
parent909cd75949f3aa25629d602ca21bbd711b94bb6c (diff)
downloadFreeBSD-src-7ed2702c50417d9a275f255e055dd110b5f9125c.zip
FreeBSD-src-7ed2702c50417d9a275f255e055dd110b5f9125c.tar.gz
First round of changes after testing this on actual systems. Clean up
some of the badly displayed menus, use the proper notification box for messages, make proceed work.
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index d8dc84b..8e2a797 100644
--- a/usr.sbin/sysinstall/msg.c
+++ b/usr.sbin/sysinstall/msg.c
@@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
- * $Id: msg.c,v 1.8 1995/05/07 05:58:57 jkh Exp $
+ * $Id: msg.c,v 1.9 1995/05/08 06:06:26 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -188,7 +188,7 @@ msgNotify(char *fmt, ...)
va_end(args);
use_helpline(NULL);
use_helpfile(NULL);
- dialog_notify(errstr);
+ dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
free(errstr);
}
OpenPOWER on IntegriCloud