aboutsummaryrefslogtreecommitdiff
path: root/examples_library/datebox.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples_library/datebox.c')
-rw-r--r--examples_library/datebox.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples_library/datebox.c b/examples_library/datebox.c
index a3c8946b7f79..7f0138688d53 100644
--- a/examples_library/datebox.c
+++ b/examples_library/datebox.c
@@ -34,9 +34,7 @@ int main()
bsddialog_initconf(&conf);
conf.title = "datebox";
- output = bsddialog_datebox(&conf,
- "TAB / RIGHT / LEFT to move,\nUP / DOWN to select time", 10, 35,
- &yy, &mm, &dd);
+ output = bsddialog_datebox(&conf, "Example", 9, 35, &yy, &mm, &dd);
bsddialog_end();