summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3eb539e..091d5ab 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);
OpenPOWER on IntegriCloud