summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-05-16 06:09:28 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-05-16 06:09:28 +0000
commit05b91f7dce66e16acf20a271df9684353d732f21 (patch)
treed882d9d32820719e855078a8553444c55713be32
parentf506f143fae92f1d3bafe355515c2cafde9f84c5 (diff)
Notes
-rw-r--r--gnu/lib/libdialog/notify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/notify.c b/gnu/lib/libdialog/notify.c
index 3eb539e7f6aad..091d5ab952722 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_msgbox("Message", msg, -1, -1, TRUE);
+ dialog_mesgbox("Message", msg, -1, -1, TRUE);
restore_helpline(tmphlp);
touchwin(w);
wrefresh(w);