diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-16 10:17:13 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-05-16 10:17:13 +0000 |
commit | a66edb31876aa2b07b5fcb4329f47c6cef55a46b (patch) | |
tree | 3b24b0dd76db6bae7c9eb31519484e743938fd43 | |
parent | 60f6659f705292ac5ff61471ec515be20406db31 (diff) |
Notes
-rw-r--r-- | gnu/lib/libdialog/notify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/notify.c b/gnu/lib/libdialog/notify.c index 091d5ab952722..1000c7bd0f903 100644 --- a/gnu/lib/libdialog/notify.c +++ b/gnu/lib/libdialog/notify.c @@ -38,7 +38,7 @@ dialog_notify(char *msg) } tmphlp = get_helpline(); use_helpline("Press enter to continue"); - dialog_mesgbox("Message", msg, -1, -1, TRUE); + dialog_mesgbox("Message", msg, -1, -1); restore_helpline(tmphlp); touchwin(w); wrefresh(w); |