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/textbox.c | |
| parent | abacbbbf010ba60f78c755595dfea93a5dfc676c (diff) | |
Notes
Diffstat (limited to 'gnu/lib/libdialog/textbox.c')
| -rw-r--r-- | gnu/lib/libdialog/textbox.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/lib/libdialog/textbox.c b/gnu/lib/libdialog/textbox.c index d706c78a2342..a26247b6aac8 100644 --- a/gnu/lib/libdialog/textbox.c +++ b/gnu/lib/libdialog/textbox.c @@ -136,7 +136,7 @@ int dialog_textbox(unsigned char *title, unsigned char *file, int height, int wi } 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); wnoutrefresh(dialog); getyx(dialog, cur_y, cur_x); /* Save cursor position */ |
