aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/msg.c
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-09-09 16:27:50 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-09-09 16:27:50 +0000
commit5fe1a639c58cd28b2feac50020ec7b181eab85e1 (patch)
treefd35d442d6fef625d3c8b5878fe8eba0cbff0473 /usr.sbin/sysinstall/msg.c
parent948ae9ab815f56dc34ae71abb84908ecf9ebf7f1 (diff)
Notes
Diffstat (limited to 'usr.sbin/sysinstall/msg.c')
-rw-r--r--usr.sbin/sysinstall/msg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/sysinstall/msg.c b/usr.sbin/sysinstall/msg.c
index fe49f2f1ea6a..6da5398c0e51 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.44 1997/02/22 14:12:10 peter Exp $
+ * $Id: msg.c,v 1.45 1997/04/20 16:46:35 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -214,7 +214,7 @@ msgNotify(char *fmt, ...)
if (isDebug())
msgDebug("Notify: %s\n", errstr);
dialog_clear_norefresh();
- dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
+ dialog_msgbox(" ", errstr, -1, -1, 0);
}
/* Put up a message in a popup yes/no box and return 1 for YES, 0 for NO */
@@ -301,7 +301,7 @@ msgWeHaveOutput(char *fmt, ...)
use_helpfile(NULL);
msgDebug("Notify: %s\n", errstr);
dialog_clear_norefresh();
- dialog_msgbox("Information Dialog", errstr, -1, -1, 0);
+ dialog_msgbox(" ", errstr, -1, -1, 0);
}
/* Simple versions of msgConfirm() and msgNotify() for calling from scripts */