summaryrefslogtreecommitdiff
path: root/test/message.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/message.cxx')
-rw-r--r--test/message.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/message.cxx b/test/message.cxx
index 4f0c51a2f..4d2329b32 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -37,8 +37,8 @@ int main(int, char **) {
fl_alert("Quantum fluctuations in the space-time continuum detected, "
"you have %g seconds to comply.", 10.0);
- printf("fl_ask returned %d\n",
- fl_ask("Do you really want to %s?", "continue"));
+ printf("fl_choice returned %d\n",
+ fl_choice("Do you really want to %s?", "No", "Yes", 0L, "continue"));
printf("fl_choice returned %d\n",
fl_choice("Choose one of the following:","choice0","choice1","choice2"));