From 347d35a8c06869627fb1fbf2df494b662e84426b Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sat, 8 Mar 2025 17:08:54 +0100 Subject: 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 --- test/forms.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/forms.cxx') 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) -- cgit v1.2.3