summaryrefslogtreecommitdiff
path: root/test/forms.cxx
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-08 17:08:54 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2025-03-08 17:10:32 +0100
commit347d35a8c06869627fb1fbf2df494b662e84426b (patch)
tree4ab9d49d3ea56794a04a2e7da64fa447c2bed718 /test/forms.cxx
parent0941f0600a26b85b49ab37ab2068a42a4962359c (diff)
Update README and configure related stuff for 1.5.0
- remove configure stuff from more README files - move documentation/README.txt to README.documentation.txt
Diffstat (limited to 'test/forms.cxx')
-rw-r--r--test/forms.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/forms.cxx b/test/forms.cxx
index e19fade77..ba5a4ff58 100644
--- a/test/forms.cxx
+++ b/test/forms.cxx
@@ -6,7 +6,7 @@
// This demo show the different boxtypes. Note that some
// boxtypes are not appropriate for some objects
//
-// Copyright 1998-2023 by Bill Spitzak and others.
+// Copyright 1998-2025 by Bill Spitzak and others.
//
// This library is free software. Distribution and use rights are outlined in
// the file "COPYING" which should have been included with this file. If this
@@ -186,8 +186,8 @@ int main(int argc, char *argv[]) {
int main(int argc, char **argv) {
fl_message_title("This program needs the Forms compatibility library");
fl_message(
- "Please configure FLTK with Forms enabled (--enable-forms)\n"
- "or the CMake option FLTK_BUILD_FORMS=ON.");
+ "Please configure FLTK with Forms enabled, i.e.\n"
+ "use the CMake option FLTK_BUILD_FORMS=ON.");
return 0;
}
#endif // (FLTK_HAVE_FORMS)