diff options
Diffstat (limited to 'examples_library/timebox.c')
-rw-r--r-- | examples_library/timebox.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/examples_library/timebox.c b/examples_library/timebox.c index 0e27f824af11..f06986423558 100644 --- a/examples_library/timebox.c +++ b/examples_library/timebox.c @@ -34,9 +34,7 @@ int main() bsddialog_initconf(&conf); conf.title = "timebox"; - output = bsddialog_timebox(&conf, - "TAB / RIGHT / LEFT to move,\nUP / DOWN to select time", 10, 35, - &hh, &mm, &ss); + output = bsddialog_timebox(&conf, "Example", 9, 35, &hh, &mm, &ss); bsddialog_end(); |