summaryrefslogtreecommitdiff
path: root/test/message.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/message.cxx')
-rw-r--r--test/message.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/test/message.cxx b/test/message.cxx
index a1ed47d0c..ba864831f 100644
--- a/test/message.cxx
+++ b/test/message.cxx
@@ -38,8 +38,11 @@ int main(int argc, char **argv) {
fl_message("Spelling check sucessful, %d errors found with %g%% confidence",
1002, 100*(15/77.0));
- fl_alert("Quantum fluctuations in the space-time continuum detected, "
- "you have %g seconds to comply.", 10.0);
+ fl_alert("<HTML><b>Quantum fluctuations</b> in the space-time continuum detected, "
+ "you have <i>%g seconds</i> to comply."
+ "<p>For more information on time travel "
+ "please visit <a href=http://www.fltk.org/>http://www.fltk.org/</a>"
+ , 10.0);
printf("fl_choice returned %d\n",
fl_choice("Do you really want to %s?", "No", "Yes", 0L, "continue"));