diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-04 13:06:48 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-10-04 13:06:48 +0000 |
| commit | 3cd2d3f69a2d2f8f6ab2de982ec255c5fd5f591a (patch) | |
| tree | c9ed9f6a745323cf4ea2e6f55efc10d0de0ad110 /gnu/lib/libdialog/msgbox.c | |
| parent | abacbbbf010ba60f78c755595dfea93a5dfc676c (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/msgbox.c')
| -rw-r--r-- | gnu/lib/libdialog/msgbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/msgbox.c b/gnu/lib/libdialog/msgbox.c index ba51628a7037..65e7b4788704 100644 --- a/gnu/lib/libdialog/msgbox.c +++ b/gnu/lib/libdialog/msgbox.c @@ -171,7 +171,7 @@ dialog_mesgbox(unsigned char *title, unsigned char *prompt, int height, int widt for (i = 0; i < width-2; i++) waddch(dialog, ' '); display_helpline(dialog, height-1, width); - print_button(dialog, " CONTINUE ", height-2, width/2-8, TRUE); + print_button(dialog, " OK ", height-2, width/2-2, TRUE); wattrset(dialog, dialog_attr); theight = height - 4; |
