diff --git a/release/sysinstall/msg.c b/release/sysinstall/msg.c index fe49f2f1ea6a..6da5398c0e51 100644 --- a/release/sysinstall/msg.c +++ b/release/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 */ diff --git a/usr.sbin/sade/msg.c b/usr.sbin/sade/msg.c index fe49f2f1ea6a..6da5398c0e51 100644 --- a/usr.sbin/sade/msg.c +++ b/usr.sbin/sade/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 */ 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 */