Call mesgbox instead of msgbox for long descriptions

This commit is contained in:
Andrey A. Chernov 1995-05-16 06:09:28 +00:00
parent f506f143fa
commit 05b91f7dce
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=8551

View file

@ -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);