Eliminate an obviously redundant message title.

This commit is contained in:
Jordan K. Hubbard 1997-09-09 16:27:50 +00:00
parent 948ae9ab81
commit 5fe1a639c5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29247
3 changed files with 9 additions and 9 deletions

View File

@ -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 */

View File

@ -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 */

View File

@ -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 */